ajo
Installation Guide

Get ajo-cli running.

Choose your platform and run the one-liner to start scaffolding production-ready Django projects in seconds.

Linux & macOS

Run this command in your terminal to install via sh:

$ curl -fsSL https://ajo-cli.pages.dev/install | sh
Supports: bash, zsh, sh. Requires Python 3.8+ and pip.

Windows

Open PowerShell and run this command:

PS > iwr -useb https://ajo-cli.pages.dev/install.ps1 | iex
Requires: PowerShell 5.1+ and Python 3.8+.

System Requirements

Python

Version 3.8 or higher

Pip / UV

Package manager installed

Git

For plugin discovery

All set?

Verify your installation by running the following command:

$ ajo --version