Mammouth Code is Mammouth AI's fork of OpenCode, a terminal-based AI coding agent.
Run the following command in your terminal:
curl -fsSL <https://code.mammouth.ai/install.sh> | bashThis works on macOS and Linux.
- Open the integrated terminal in your IDE of choice (VS Code, Cursor, WebStorm, etc.)
- Navigate to your project directory
- Run:
mammouth
That's it — Mammouth Code will start an interactive session right in your terminal.
There are 2 ways of continuing a previous session.
- Run
mammouthas you usually would and then use the/sessionscommand to switch to an old session - Run
mammouth -cto continue the previous session used on the current folder.
To update Mammouth Code, run the following command in your terminal:
mammouth updateThis will fetch the latest version of Mammouth Code and install it on your system, replacing the old version while keeping your configurations and sessions intact.
To uninstall Mammouth Code, run the following command in your terminal:
mammouth uninstallThis will completely remove Mammouth Code from your system, including configurations and sessions.