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
- Dev by @zfoong in #120
- Staging by @zfoong in #121
- Dev by @zfoong in #127
- Staging by @zfoong in #128
- feature: task icon change to blue chat bubble when waiting for reply by @zfoong in #132
- Improve run_python speed by @zfoong in #135
- Improvement/chat panel lag by @zfoong in #136
- Fix browser interface freezing issue when oauth failed by @zfoong in #137
- Bug/fix minor bugs by @zfoong in #138
- feature/reply-to-chat-or-task by @zfoong in #139
- Improvement/proactive update by @zfoong in #142
- Feature/jira GitHub integrations by @ahmad-ajmal in #140
- Feature/localllms by @zfoong in #143
- V1.2.1 by @zfoong in #144
- Dev by @zfoong in #150
- Staging by @zfoong in #152
Full Changelog: v1.2.0...v1.2.1