Downloads
Animica is distributed as a single Python package. It runs on Linux, macOS, and Windows (via WSL2) and includes everything you need to mine.
Install: python3 -m pip install --upgrade animica
Ships the chain CLI, the PoW miner, the AICF compute worker, and the
animica chat REPL — all in one package.
python3 -m pip install --upgrade animica
animica --help Next steps
- Follow the step-by-step miner setup to create a wallet and start hashing.
- Check pool stats for live hashrate and recent blocks.
- Read the AICF compute page if your machine can serve inference jobs.
Source code lives at github.com/animicaorg/all. Build from source if you prefer; pre-built executables are no longer distributed.