Installation
Docker Compose (Recommended)
Includes the agent, OmniParser, and GUI desktop VM — all in one.
git clone https://github.com/zfoong/CraftBot.git
cd CraftBot
cp .env.example .env # Edit with your API keys
docker compose upFor GPU acceleration on OmniParser:
docker compose -f docker-compose.yml -f docker-compose.gpu.yml upStandalone Binary
Download the binary for your platform from the assets below.
Requires Docker for GUI mode and Omniparser. Run with --no-omniparser to skip OmniParser setup. Run with --no-conda to skip conda setup and use system Python instead.
What's Changed
- feature:long-task and mission handling, bug:fix minor ui bug, enable … by @zfoong in #164
- V1.2.2 by @korivi-CraftOS in #170
- feature:rate-limit, bug:fix caching and error spamming issue by @zfoong in #171
- Feature/exp by @korivi-CraftOS in #172
- Feature/format.md by @zfoong in #173
- SOUL.md update by @zfoong in #174
- feature:implemented tasks and event stream persistent by @zfoong in #175
- V1.2.2 by @ahmad-ajmal in #178
- Dev by @ahmad-ajmal in #179
- Fixed the service. Uninstall issue. by @korivi-CraftOS in #180
- Staging by @korivi-CraftOS in #181
Full Changelog: v1.2.1...v1.2.2