](https://gitlab.pm/rune/oai/src/branch/main/README.md)
-
-Screenshot of `/help` screen.
+- Python 3.10-3.13
+- OpenRouter API key ([get one here](https://openrouter.ai))
## Installation
-### 1. Install Dependencies
-
-Use the included `requirements.txt` file to install the dependencies:
+### Option 1: Install from Source (Recommended)
```bash
-pip install -r requirements.txt
+# Clone the repository
+git clone https://gitlab.pm/rune/oai.git
+cd oai
+
+# Install with pip
+pip install -e .
```
-### 2. Make the Script Executable
+### Option 2: Pre-built Binary (macOS/Linux)
+
+Download from [Releases](https://gitlab.pm/rune/oai/releases):
+- **macOS (Apple Silicon)**: `oai_v2.1.0_mac_arm64.zip`
+- **Linux (x86_64)**: `oai_v2.1.0_linux_x86_64.zip`
```bash
-chmod +x oai.py
-```
-
-### 3. Copy to PATH
-
-Copy the script to a directory in your `$PATH` environment variable. Common locations include:
-
-```bash
-# Option 1: System-wide (requires sudo)
-sudo cp oai.py /usr/local/bin/oai
-
-# Option 2: User-local (recommended)
+# Extract and install
+unzip oai_v2.1.0_*.zip
mkdir -p ~/.local/bin
-cp oai.py ~/.local/bin/oai
+mv oai ~/.local/bin/
-# Add to PATH if not already (add to ~/.bashrc or ~/.zshrc)
+# macOS only: Remove quarantine and approve
+xattr -cr ~/.local/bin/oai
+# Then right-click oai in Finder → Open With → Terminal → Click "Open"
+```
+
+### Add to PATH
+
+```bash
+# Add to ~/.zshrc or ~/.bashrc
export PATH="$HOME/.local/bin:$PATH"
```
-### 4. Verify Installation
+## Quick Start
```bash
-oai
+# Start the chat client
+oai chat
+
+# Or with options
+oai chat --model gpt-4o --mcp
```
-### 5. Alternative Installation (for *nix systems)
-
-If you have issues with the above method you can add an alias in your `.bashrc`, `.zshrc` etc.
-
-```bash
-alias oai='python3 Generated by oAI Chat • https://iurl.no/oai
", - "