@a2a-ai/ata
v0.7.7
Published
Ata CLI is an AI assistant from Agents2Agents AI that runs locally on your computer.
Readme
We are building Ata to be the AI assistant that can solve software engineering and research problems end-to-end - not just another code-assist tool. On top of the vanilla Codex CLI, Ata adds:
- Multiple AI providers: OpenAI, Anthropic, and Gemini. We also provide on-premise self-hosted solutions; contact us at [email protected] for details.
- Research tools: Paper Search (Semantic Scholar, arXiv, OpenAlex), Patent Search (EPO), and Zotero integration
- LSP and Tree-sitter support: for deeper semantic understanding of your codebase
- Voice support: powered by ElevenLabs
- Research View: a dedicated reading experience for papers and patents
And many more capabilities coming soon.
Quickstart
Installing and running Ata CLI
Install globally with your preferred package manager:
Install using npm
npm install -g @a2a-ai/ataInstall using curl (macOS/Linux)
curl -fsSL https://agents2agents.ai/ata/install.sh | shThen simply run ata to get started.
Each GitHub Release contains many executables, but in practice, you likely want one of these:
- macOS
- Apple Silicon/arm64:
ata-aarch64-apple-darwin.tar.gz - x86_64 (older Mac hardware):
ata-x86_64-apple-darwin.tar.gz
- Apple Silicon/arm64:
- Linux
- x86_64:
ata-x86_64-unknown-linux-musl.tar.gz
- x86_64:
Each archive contains a single entry with the platform baked into the name (e.g., ata-x86_64-unknown-linux-musl), so you likely want to rename it to ata after extracting it.
Using Ata with different providers
Run codex and select Sign in with ChatGPT. We recommend signing into your ChatGPT account to use Codex as part of your Plus, Pro, Business, Edu, or Enterprise plan. Learn more about what's included in your ChatGPT plan.
You can also use Codex with an API key, but this requires additional setup.
Docs
- Installing & building
- Setting up LSP & Tree-sitter
- Setting up Paper Search
- Setting up Patent Search
- Setting up Zotero
- Adding a ChatGPT subscription to the shared pool
This repository is licensed under the Apache-2.0 License.
