Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

mammouth-ai/code

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9,946 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mammouth AI logo

Mammouth AI coding agent.

Mammouth Terminal UI


Installation

Linux/Mac/WSL:

curl -fsSL https://code.mammouth.ai/install.sh | bash

Windows (Powershell):

irm "https://code.mammouth.ai/install.ps1" | iex

Installation Directory

The install script installs Mammouth Code to $HOME/.mammouth/bin.

The install script will add this directory to your PATH on your shell profile (.bashrc, .zshrc, etc.) if it's not already included. You will need to restart your terminal or run source ~/<your appropriate profile file> for the changes to take effect.

Agents

Mammouth Code includes two built-in agents you can switch between with the Tab key.

  • build - Default, full-access agent for development work
  • plan - Read-only agent for analysis and code exploration
    • Denies file edits by default
    • Asks permission before running bash commands
    • Ideal for exploring unfamiliar codebases or planning changes

Also included is a general subagent for complex searches and multistep tasks. This is used internally and can be invoked using @general in messages.

Documentation

For more info on how to configure Mammouth Code, head over to our docs.

Building on Mammouth Code

If you are working on a project that's related to Mammouth Code and is using "mammouth" as part of its name, for example "mammouth-dashboard" or "mammouth-mobile", please add a note to your README to clarify that it is not built by the Mammouth Code team and is not affiliated with us in any way.

FAQ

Is this just not a fork of OpenCode, but forcing a private provider?

Yes, that's exactly what it is. It also serves as an easy way for our users to setup a local agent that can connect to our hosted API, and also allows us to add features that are specific to our API and not available to just using OpenCode with Mammouth API as a custom provider.


Join our community Discord

About

Mammouth Code, open source coding agent.

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Contributors

No contributors

Languages

  • TypeScript 53.0%
  • MDX 42.8%
  • CSS 3.1%
  • Rust 0.6%
  • Astro 0.2%
  • JavaScript 0.1%
  • Other 0.2%