A CLI that shows you how.
Explore guided, simulated workflows inside the terminal. Learn commands, shortcuts, and teams before making a single model call.
Built-in user guideA local coding agent with room for your ideas. Automate it, delegate to it, extend it. Make it yours.
npm i -g @rind-ai/cliA capable agent doesn’t need to be a heavy one. Rind keeps the core small and the possibilities open — so the way you work stays yours.
Explore guided, simulated workflows inside the terminal. Learn commands, shortcuts, and teams before making a single model call.
Built-in user guideGive each specialist a role and a stateful directory. Instructions, memory notes, working files, and deliverables persist across assignments.
Persistent teamsUse one-shot runs in hooks, CI, or scheduled reviews. Let a test watcher send failures into a live session. Ordinary commands, useful automation.
Programmable sessionsSee Rind at work in your terminal. Explore the built-in guide, create a team, or put an agent in your scripts.
Describe what you need and follow the work as it happens: reading files, making edits, and running tests. Keep the conversation going from the same command line.
Follow a task from the first prompt to a passing test run. Check the changed file, read the result, and keep working in the same session.
rindTour is available from source on main.Keep the design restrained. Make the essentials robust. The interface handles interaction; a small, reusable worker handles execution across a clear process boundary.
A turn opens its session and creates the execution objects it needs.
When active and queued work is done, the session’s execution container is released.
Session history lives on disk. The next turn picks it up again.
requests ↓ ↑ eventsModels · tools · delegation
The same execution core, through the interface that suits the moment.
A guided terminal experience, persistent teams, and scriptable commands.
02A visual workspace for working across multiple projects.
03Connect through a browser. Close the tab; the worker keeps running.
04Reach the agent through Telegram, Discord, Slack, Feishu, and other messaging adapters.
Bring a project. Pick your model. Go from there.
Node.js 18+ · Windows, macOS & Linux
npm install -g @rind-ai/clicd your-project
rindInside Rind, use /login to connect a provider, then /model to choose a model.
Windows x64 · macOS Intel / Apple Silicon · Linux x64
Choose the installer for your platform. Install, open a terminal in your project, and run rind.
Browse the latest releaseInside Rind, use /login to connect a provider, then /model to choose a model.
Python 3.12+ · Node.js 18+ · Git
git clone https://github.com/Azzurroooo/rind.git
cd rind
python -m venv .venvThen activate the environment and install the worker:
source .venv/bin/activate
python -m pip install -r requirements-runtime.txt
node frontend-cli/bin/rind.js.\.venv\Scripts\Activate.ps1
python -m pip install -r requirements-runtime.txt
node frontend-cli/bin/rind.jsInside Rind, use /login to connect a provider, then /model to choose a model.
Full source setup