The small open-source agent that serves AI models from your machine — and gets you paid for every token it serves. Named after the person who rides the elephant.
curl -fsSL https://elephantpool.ai/install-mahout.sh | sh
The installer downloads the binary, verifies its SHA-256 checksum, and puts mahout on your PATH. Nothing runs until you start it.
Platforms: Linux x86_64 today. Windows and macOS are on the roadmap — the code is portable and the engine adapters are being qualified per platform; this page will carry their one-liners the day the binaries ship.
1. Sign in at app.elephantpool.ai → Machines → Generate link code.
2. On the machine:
mahout up --code <YOUR-CODE> --endpoint https://app.elephantpool.ai/api/hosts
mahout probes your hardware, runs an honest benchmark, and starts serving work your machine can genuinely handle. It auto-pauses while you're using your PC.
curl -fsSLO https://elephantpool.ai/dl/mahout-linux-x86_64
curl -fsSL https://elephantpool.ai/dl/mahout-linux-x86_64.sha256 | sha256sum -c
Prefer reading before running? The installer script is short and plain shell.
mahout pause and mahout uninstall do exactly what they say.mahout is open source (Apache-2.0): gitlab.debuck.info/elephantpool-oss/mahout — issues and merge requests welcome. Read the full tour on the blog, or go deeper with the technical spec.