Installation
Development Environment Options
You can choose between containerized or native development:
Option 1: Fully Native (Go Installation Required)
If you prefer a native Go setup:
- Install Go and Air on your system
- Use the provided scripts in
./bindirectory - Run a project in development mode:
./bin/bird.sh(Build/Install/Run - Development mode)
Option 2: ACT & DevT (Recommended)
The preferred way to develop X-Go applications:
- Install ACT (Apps Control Tower) from GitHub
- On ACT’s homepage, select “Install development tools” to install DevT (Developer Tools)
- DevT provides a complete local developer environment with all necessary tooling
- ACT manages the full application lifecycle after development
This combination streamlines your workflow.
Next Steps
After successful installation:
1.First Application - Complete walkthrough