← Back to Home

Download Alpha

Choose Your Platform

Download the Botomy alpha and start your programming adventure today. Available for macOS and Windows.

macOS

  • • macOS 11 (Big Sur) or newer
  • • Quad-core Intel processor or Apple Silicon (M1/M2)
  • • 8 GB RAM
  • • Apple Silicon GPU or discrete AMD GPU with Metal support
  • • 500MB available space
  • • 1920x1080 or higher resolution
Download for macOS

Windows

  • • Windows 10/11 (64-bit)
  • • Quad-core processor (Intel Core i5 or AMD Ryzen 3)
  • • 8 GB RAM
  • • Mid-range discrete GPU (NVIDIA GTX 1050, AMD RX 560) with OpenGL 3.3/Vulkan support
  • • 500MB available space
  • • 1920x1080 or higher resolution
Download for Windows

Linux

  • • Ubuntu 20.04 or newer / Similar modern distributions
  • • Quad-core processor (Intel Core i5 or AMD Ryzen 3)
  • • 8 GB RAM
  • • OpenGL 3.3 compatible GPU
  • • 500MB available space
  • • 1920x1080 or higher resolution
Download for Linux

Getting Started

After downloading, you'll need to:

  1. Extract the downloaded file
  2. Launch Botomy
  3. Start up your player endpoint (starter templates provided - see below)
  4. Run your bot

Get the Starter Template

Clone our starter template to begin programming your hero. Includes example strategies and comprehensive documentation.

Node.js Template

# Clone the repository
git clone https://github.com/Brokkli-Labs/botomy-node-starter
cd botomy-node-starter

# Install dependencies
npm install

# Start the development server
npm run dev

What's included:

  • • Example strategies for both RPG and Survival modes
  • • TypeScript support with full type definitions
  • • Hot reloading for rapid development
  • • Helper functions for common game actions
  • • Comprehensive documentation and tutorials

Python Template (Coming Soon)

Our Python template with built-in helper functions and example code is coming soon. Stay tuned!