Method 1: One-Click Install (Recommended)
curl -sSL https://raw.githubusercontent.com/agyeiboaduandy-crypto/owura/main/install.sh | bash
source ~ /.bashrc
owura
Method 2: Alternative Install (if curl fails)
curl -sSL https://raw.githubusercontent.com/agyeiboaduandy-crypto/owura/main/install-alt.sh | bash
source ~ /.bashrc
owura
Method 3: Manual Install (if nothing works)
# Clone the repo
git clone https://github.com/agyeiboaduandy-crypto/owura.git ~ /.owura
# Create the command
mkdir -p ~ /.local/bin
cat > ~ /.local/bin/owura << 'EOF '
#!/bin/bash
exec python3 "$HOME/.owura/owura/app.py" "$@"
EOF
chmod +x ~ /.local/bin/owura
# Add to PATH
echo ' export PATH="$HOME/.local/bin:$PATH"' >> ~ /.bashrc
source ~ /.bashrc
# Install dependencies
cd ~ /.owura
pip3 install rich cryptography
# Run
owura
Method 4: Direct Python (Always Works)
# Install Python first
pkg install python
# Download OWURA
git clone https://github.com/agyeiboaduandy-crypto/owura.git ~ /.owura
# Install dependencies
cd ~ /.owura
pip3 install rich cryptography
# Run directly
python3 ~ /.owura/owura/app.py
"owura: command not found"
export PATH=" $HOME /.local/bin:$PATH "
owura
chmod +x ~ /.local/bin/owura
chmod +x ~ /.owura/owura/app.py
pip3 install rich cryptography --break-system-packages
Run owura
Choose provider (gemini recommended - it's free)
Enter your API key
Start coding!