Linux/macOS:
curl -sSL https://raw.githubusercontent.com/oxide-cli/oxide/main/install.sh | bashWindows (PowerShell):
irm https://raw.githubusercontent.com/oxide-cli/oxide/main/install.ps1|iexAfter installation, add to your PATH (if not already):
Bash:
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc
source ~/.bashrcZsh:
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc
source ~/.zshrcWindows: The installer automatically adds to PATH. Restart your terminal after installation.
Download the latest release for your platform:
oxide new my-app