# Oxide
## Installation
### Quick Install (Recommended)
**Linux/macOS:**
```bash
**Windows (PowerShell):**
```powershell
After installation, add to your PATH (if not already):
**Bash:**
```bash
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
```
**Zsh:**
```bash
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc
source ~/.zshrc
```
**Windows:** The installer automatically adds to PATH. Restart your terminal after installation.
### Manual Installation
Download the latest release for your platform:
- [Linux x86_64](https://github.com/oxide-cli/oxide/releases/latest/download/oxide-linux-x86_64.tar.gz)
- [macOS Apple Silicon](https://github.com/oxide-cli/oxide/releases/latest/download/oxide-macos-aarch64.tar.gz)
- [Windows](https://github.com/oxide-cli/oxide/releases/latest/download/oxide-windows-x86_64.zip)
## Usage
```bash
oxide new my-app
```