Quick Start
Desktop App
macOS, Windows, Linux
The quickest way to start contributing is through our official desktop client:
Download the latest w.ai client.
Launch the application and follow the onboarding steps.
Begin contributing immediately once setup is complete.
CLI
Linux (Ubuntu 24.04)
To get started with the CLI, run our installer shell script:
curl -fsSL https://app.w.ai/install.sh | bashWindows (Powershell)
iwr -useb https://app.w.ai/install.ps1 | iexmacOS (Terminal)
curl -fsSL https://app.w.ai/install.sh | bashAfter that, you can run
wai helpTo get an overview of the commands.
Review w.ai CLI Guide for more details.
Docker
Linux with Docker/Podman
For containerized environments, we provide optimized Docker images:
See Docker for detailed instructions
Last updated
