Skip to main content

Lightweight OLAS mech runtime

Project description

micromech

[!CAUTION] micromech is open-source software provided as is, without warranty of any kind. Use it at your own risk. The developers are not responsible for any loss of funds, tokens, rewards, or damages arising from the use of this software. By using micromech you accept full responsibility for the security of your wallet and private keys.

A lightweight mech for the OLAS network. micromech runs an autonomous AI agent (called a "mech") that listens for on-chain requests, solves them using pluggable tools, and delivers results back on-chain.

No prior experience with OLAS or blockchain development is needed to get started.

What You Need

After installing Docker Desktop, open it once and make sure it's running (you'll see a whale icon in your system tray or menu bar).

Install & Run

Mac / Linux

Open Terminal and run from the directory where you want micromech installed (your home directory is a good default):

cd ~ && bash <(curl -sSL https://raw.githubusercontent.com/dvilelaf/micromech/main/scripts/quickstart.sh)

This creates a micromech/ folder in the current directory. If you want to install in a system directory like /opt, use sudo with a pipe instead (process substitution doesn't work with sudo):

cd /opt && curl -sSL https://raw.githubusercontent.com/dvilelaf/micromech/main/scripts/quickstart.sh | sudo bash

Windows

Open a WSL terminal (search "WSL" in the Start menu) and run:

cd ~ && bash <(curl -sSL https://raw.githubusercontent.com/dvilelaf/micromech/main/scripts/quickstart.sh)

If WSL is not installed, open PowerShell as Administrator and run wsl --install, then restart your computer. Docker Desktop must be set to use the WSL 2 backend (this is the default).

Access the Dashboard

Open http://localhost:8090 in your browser. The setup wizard will guide you through creating your wallet, choosing a chain, and deploying your mech.

Running on a remote server? Forward the dashboard to your local machine with an SSH tunnel:

ssh -L 8090:localhost:8090 user@your-server

Then open http://localhost:8090 in your local browser.

[!WARNING] Back up your wallet as soon as the setup wizard is complete. Copy data/wallet.json to a safe location (e.g. an external drive or cloud storage) before adding any funds. If you lose this file and have no backup, access to your funds is permanently lost and cannot be recovered.

Day-to-Day Commands

Run these from inside the micromech/ folder. If you have just installed, the shortcuts make things easier — otherwise use the docker compose equivalents.

What you want to do just shortcut docker compose equivalent
Start micromech just up docker compose up -d
Stop micromech just down docker compose down
View live logs just logs docker compose logs -f
Update to latest image just update docker compose pull && docker compose up -d
Update Justfile + docker-compose.yml just update-config (no equivalent)
Check container status just status docker compose ps
Re-run setup wizard just init (no equivalent)
Run health check just doctor (no equivalent)

micromech restarts automatically if your computer reboots.

Remote Control via Telegram (Optional)

Control your mech from your phone. Configure it from the dashboard, then use these commands:

Command What it does
/status Mech status, deliveries, and rewards
/wallet Wallet address and balances per chain
/queue Pending, executing, and failed requests
/info Version and runtime information
/logs Download last 24h logs as a zip file
/manage Stake, unstake, or restake per chain
/checkpoint Call staking checkpoint manually
/claim Claim staking rewards
/settings Toggle features (e.g. auto-checkpoint)
/update Pull latest image and restart
/restart Restart the mech runtime

Your Files

After the quickstart, your micromech/ folder contains:

File What it is Notes
secrets.env Passwords, API keys, Telegram token, custom RPC endpoints Never share. This is the main file you'll edit.
docker-compose.yml Docker configuration Leave it alone unless you need to change ports.
data/ All persistent data (wallet, database, config, AI models) Back this up regularly.
data/config.yaml Mech settings: chains, mech addresses, staking contracts You can edit it, but the web dashboard is easier.
data/wallet.json Your encrypted wallet (private key + recovery phrase) Never share. Back this up.
data/micromech.db SQLite database of all requests — pending, delivered, failed Grows over time. Safe to delete if disk space is tight (history only, no funds).
data/backup/ Automatic wallet backups created before any key change Keep these. Delete old ones manually if needed.
data/.hf_cache/ Cached AI model files (downloaded on first use) Large (~300 MB). Safe to delete — re-downloads automatically.
updater.sh Auto-update script (called by the container on startup) Don't touch.
Justfile Command shortcuts (requires just) Optional convenience, safe to ignore.

Backup reminder: Copy the entire data/ folder somewhere safe. If you lose data/wallet.json, you lose access to your wallet.

Staking Rewards

Staking rewards are only paid if your mech receives enough requests and delivers them successfully within each staking epoch. Being online is not sufficient on its own — if no requests reach your mech, the staking contract will consider it inactive and withhold rewards for that epoch.

If you are not receiving enough requests, coordinate with traders or other agents to route demand to your mech address.

For Developers

git clone https://github.com/dvilelaf/micromech
cd micromech && uv sync --all-extras
just check       # lint + types
just security    # gitleaks + bandit
just test        # pytest

License

Apache-2.0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

micromech-0.0.20.tar.gz (6.0 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

micromech-0.0.20-py3-none-any.whl (2.9 MB view details)

Uploaded Python 3

File details

Details for the file micromech-0.0.20.tar.gz.

File metadata

  • Download URL: micromech-0.0.20.tar.gz
  • Upload date:
  • Size: 6.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for micromech-0.0.20.tar.gz
Algorithm Hash digest
SHA256 afaeb41e869b7022aab3f239827b119bf667ec542698f6fc4931c14716ebfc0a
MD5 936890cb38592478729e7f06b466cd05
BLAKE2b-256 39aefdc39250f539ce36498d412a16596ae4188f0d063d899177f787d0748db1

See more details on using hashes here.

File details

Details for the file micromech-0.0.20-py3-none-any.whl.

File metadata

  • Download URL: micromech-0.0.20-py3-none-any.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for micromech-0.0.20-py3-none-any.whl
Algorithm Hash digest
SHA256 1985a89b1938a3a26d3cd573dfdf1c616f6087fe9006e87bf45eee04423e7c2f
MD5 13e5c02c8d4eeaef57578fa227d365a5
BLAKE2b-256 806795de472caafb8844186bc23432845b9dc009176a03aaad5eba925c9b0b07

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page