FAQ
What is Agent Nine?+
Agent Nine is an AI assistant that runs directly on your computer. It can write and execute code, work with files, use the terminal, search the web. You control it from any device through a browser.
How is it different from ChatGPT / Claude?+
Agent Nine is not just a chat. It runs on your real machine: executes commands, edits files, commits to git, spins up servers. Regular chatbots only respond with text. Agent Nine — acts.
Is it safe?+
The agent asks for confirmation on every action that modifies files or runs commands. There's a YOLO mode that auto-approves safe actions. All dangerous operations always require manual confirmation.
Which programming languages are supported?+
Any of them. Agent Nine works with the filesystem and terminal directly. TypeScript, Python, Go, Rust, C++, Java, PHP, Ruby — and anything else you can run on your machine.
Can I use it without installing?+
Yes — Chat mode works right in the browser at app.agentnine.io without any install. Code mode (working with files on your machine) requires the desktop app.
Is macOS supported?+
Not yet, but it's on the roadmap. The architecture is already cross-platform — only the build is missing.