Android and iPhone
Use Bot Creator on the device you already carry for quick edits, bot checks, and basic runtime control.
- Build and review bot logic on the go.
- Good fit for creators and moderators who need fast access.
Most teams should start with the app on mobile or desktop. Linux and the Docker runner are available when you want local workstation control or a longer-lived runtime.
Use Bot Creator on the device you already carry for quick edits, bot checks, and basic runtime control.
Use a larger workspace to design commands, review flows, and manage reusable bot logic more comfortably.
Run the product locally on Linux when you want direct control without moving straight into containers.
Use the runner when you need a browser-based runtime on a Linux server, Raspberry Pi, or remote host.
Runner setup
The runner is designed for teams that already manage the bot in the app and want a browser-based runtime on a server, Raspberry Pi, or Linux host.
docker pull garder500/bot-creator-runner:latest
docker volume create bot_creator_data
docker run --rm -p 8080:8080 -v bot_creator_data:/data ketsuna-org/bot-creator-runner:latest