@tutti-os/tutti-agent
v0.0.3
Published
Tutti Agent CLI is a coding agent that runs locally on your computer.
Keywords
Readme
Quickstart
Installing and running Tutti Agent
Run the following after packages are published:
npm install -g @tutti-os/tutti-agentThen set your provider key outside the repository:
export TUTTI_AGENT_API_KEY="..."Then run tutti-agent to get started.
Each GitHub Release contains many executables, but in practice, you likely want one of these:
- macOS
- Apple Silicon/arm64:
tutti-agent-aarch64-apple-darwin.tar.gz - x86_64 (older Mac hardware):
tutti-agent-x86_64-apple-darwin.tar.gz
- Apple Silicon/arm64:
- Linux
- x86_64:
tutti-agent-x86_64-unknown-linux-musl.tar.gz - arm64:
tutti-agent-aarch64-unknown-linux-musl.tar.gz
- x86_64:
Each archive contains a single entry with the platform baked into the name (e.g., tutti-agent-x86_64-unknown-linux-musl), so you likely want to rename it to tutti-agent after extracting it.
Provider defaults
Tutti Agent includes a built-in tutti-agent provider with base_url = "https://llm-api.tutti.sh/v1" and reads credentials from TUTTI_AGENT_API_KEY, with TUTTI_API_KEY and local auth.json fallback. Test credentials must not be committed.
Docs
This repository is licensed under the Apache-2.0 License.
