One command. Works on macOS, Linux, Windows. Python 3.9+. No account, no API keys, no telemetry.
pipx installs CLI tools into isolated virtualenvs so they don't pollute your Python environment.
After install, the brassai CLI is on your $PATH.
Output lands in .brass/ as a small set of YAML files. The one you'll hand to your AI assistant is .brass/ai_instructions.yaml.
The --offline flag guarantees zero outbound network calls. It's optional; Brass is offline by default. The flag exists so you can be explicit about it.
python3 -m venv .venv && source .venv/bin/activate && pip install brass-ai-codersgit clone https://github.com/coppersun/brass.git && cd brass/new_brass_system && pipx install -e .bandit, pylint, radon, detect-secrets, requests, and PyYAML as transitive dependencies.