Skip to content

Releases: CraftOS-dev/CraftBot

v1.2.0

13 Mar 17:30

Choose a tag to compare

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 up

For GPU acceleration on OmniParser:

docker compose -f docker-compose.yml -f docker-compose.gpu.yml up

Standalone 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

New Contributors

Full Changelog: v0.1.0...v1.2.0

v0.1.0

06 Feb 12:00

Choose a tag to compare

Installation

Docker Compose (Recommended)

Includes the agent, OmniParser, and GUI desktop VM — all in one.

git clone https://github.com/zfoong/WhiteCollarAgent.git
cd WhiteCollarAgent
cp .env.example .env   # Edit with your API keys
docker compose up

For GPU acceleration on OmniParser:

docker compose -f docker-compose.yml -f docker-compose.gpu.yml up

Standalone 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

New Contributors

Full Changelog: https://github.com/zfoong/WhiteCollarAgent/commits/v0.1.0