Faa
A local-first AI pair programmer for the terminal.
Install
curl -fsSL https://faaco.de/cli | sh
Or grab a binary from the releases page — macOS (Intel / Apple Silicon), Linux (glibc / musl, x86_64 / aarch64), Windows x86_64.
What it does
- Indexing and semantic search run against a local service — your code does not leave the machine, and no account is required.
- No telemetry. No runtime self-update.
- Works with the providers you already pay for; credentials stay in your own config.
Getting started
# configure a provider interactively
faa provider login
# start a session
faa
Inside a session, commands start with : — try :info,
:model, or :help. For tab completion, file tagging and
inline syntax highlighting, set up the
zsh integration.