Mammouth Code ​
Mammouth Code is Mammouth AI's terminal-based coding agent, a fork of OpenCode.
➡️ Get your API key — required to use Mammouth Code.
This project is open source and available on GitHub.
Installation ​
Run one of the following commands in your terminal.
curl -fsSL "https://code.mammouth.ai/install.sh" | bashirm "https://code.mammouth.ai/install.ps1" | iexUse in your Terminal ​
Simply type mammouth to run the coding agent.
Use in your IDE ​
For the best experience, open Mammouth Code in the integrated terminal of your IDE (VS Code, Cursor, WebStorm, etc.):
- Open the integrated terminal in your IDE
- Navigate to your project directory
- Run:
mammouth
That's it — Mammouth Code will start an interactive session right in your terminal.
Continue a previous session ​
There are 2 ways to continue a previous session:
- Run
mammouthas usual, then use the/sessionscommand to switch to an old session. - Run
mammouth -cto continue the last session used in the current folder.
Update ​
To update Mammouth Code to the latest version:
mammouth updateThis will fetch and install the latest version, replacing the old one while keeping your configurations and sessions intact.
Uninstall ​
To completely remove Mammouth Code from your system:
mammouth uninstallThis will remove Mammouth Code along with its configurations and sessions.
