Skip to content

Releases: CraftOS-dev/CraftBot

v1.3.0

28 Apr 17:30

Choose a tag to compare

Installer (Recommended)

Download CraftBotInstaller-<platform> from the assets below and
run it. The installer wizard will let you choose an install
location and will download the matching agent payload
(CraftBot-agent-<platform>.zip) from this same release.

Manual install

If you'd rather skip the wizard, download both
CraftBotInstaller-<platform> and CraftBot-agent-<platform>.zip,
place them in the same folder, and run the installer — it'll find
the local zip instead of fetching from GitHub.

What's Changed

New Contributors

Full Changelog: v1.2.3...v1.3.0

v1.2.3

17 Apr 15:14
a17980b

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

Full Changelog: v1.2.2...v1.2.3

v1.2.2

10 Apr 08:39
fca07ae

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

Full Changelog: v1.2.1...v1.2.2

v1.2.1

30 Mar 04:32
95fa0dc

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

Full Changelog: v1.2.0...v1.2.1

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