Auggie CLI takes the power of Augment's agent and context engine and puts it in your terminal, allowing you to use Augment anywhere your code goes. You can use Auggie in a standalone interactive terminal session alongside your favorite editor or in any part of your software development stack.
npm install -g @augmentcode/auggieRequirements:
- Node.js 22 or later
- A compatible shell (zsh, bash, fish)
-
Navigate to your project directory:
cd /path/to/your/project -
Login to your Augment account:
auggie login
-
Start using Auggie:
auggie "Give me a summary of this project"
For complete documentation, setup guides, and advanced usage, visit:
📖 https://docs.augmentcode.com/cli/overview
See LICENSE.md for license information.