Getting Started
What is Blink?
Blink is a Rust-powered developer tool in active development. It's designed to analyze projects, understand architecture, automate workflows, and integrate into your repository through native project configuration.
The plan is a single Rust binary that understands your project, indexes it for fast repeated analysis, automates the workflows you run every day, and integrates into your repository through a native .bnk configuration file.
Installation
Blink isn't publicly available yet. See the Installation page for the current status — real steps will land there once it ships.
The first command
The entry point to Blink is blink inspect, run in any project directory. Here's an illustration of what it's designed to show:
$ blink inspect ⚡ Blink Inspect Project my-application Languages Rust, TypeScript Framework Next.js Package Manager pnpm Configuration .bnk detected
From here, explore the CLI Reference for every planned command, or the .bnk reference for how Blink is configured.