Animica Wallet
Desktop builds for Windows, macOS, and Linux, an Android APK, and a Chrome extension — all hosted on the wallet page with install guides and checksums. Prefer not to install anything? The web wallet runs in your browser.
Wallets, miner bundles, the command-line tools, and the AICF provider worker — all builds ship with SHA256 checksums. Verify before you run.
Desktop builds for Windows, macOS, and Linux, an Android APK, and a Chrome extension — all hosted on the wallet page with install guides and checksums. Prefer not to install anything? The web wallet runs in your browser.
Miner bundles for Windows, macOS, and Linux, with step-by-step pool setup — including dual-mining XMR on the same CPU. Pool stats live at pool.animica.org.
One pip install gives you the animica CLI: wallet management, transactions,
mining (including dual-mine), and node interaction. Python 3.10+.
pip install animica
The complete client — everything to mine, run a node, use the wallet, deploy Python
contracts, run animica up (the unified miner: PoW + useful-work + GPU
train/serve + Studio functions), and use the Studio SDK. The native CPU miner
(animica-fastpow) is included by default. This is what most people want.
pip install "animica[all]" Everything above plus every optional extra: Qt desktop-wallet QR codes, the full distributed Studio client (cloudpickle for closures + omni-sdk for on-chain ANM escrow), and all server/operator dependencies pinned. Use it if you want the kitchen sink or are running pool/API infrastructure. Quote the extras form so zsh/macOS does not glob the brackets.
Version 0.2.0 . Download your platform bundle, benchmark hardware, start worker mode, and begin earning ANM.
windows
Includes launcher scripts, config template, logs folder, and executable placeholder.
aicf-provider-worker-0.2.0-windows-x64.ziplinux
Includes benchmark/start scripts and systemd unit template.
aicf-provider-worker-0.2.0-linux-x64.tar.gzpython
Source-first option for custom runtime instrumentation and local modifications.
aicf-provider-worker-0.2.0-python.tar.gzbenchmark-worker.bat
aicf-provider-worker.exe init-config --config provider.config.json
start-worker.bat chmod +x benchmark-worker.sh start-worker.sh
./benchmark-worker.sh
./start-worker.sh python -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt
python worker.py benchmark --config provider.config.json
python worker.py start --config provider.config.json Every artifact ships with a SHA256 checksum file alongside it. Compare before running:
sha256sum <downloaded-file>
# compare against the published .sha256 file logs/provider-worker.log and network ACLs.