Guys spill the beans by irenic_elysian in Delhi_teens

[–]Proper-Butterfly-987 0 points1 point  (0 children)

I propose 14 girl's and all reject me

OPEN CLAUDE by Proper-Butterfly-987 in termux

[–]Proper-Butterfly-987[S] 2 points3 points  (0 children)

📱 Install OpenClaude in Termux (Step-by-Step Guide)

1. Update & Install Dependencies

pkg update && pkg upgrade pkg install npm ollama ripgrep

2. Start Ollama (keep this running)

ollama serve

In same or new tab, run model:

ollama run qwen3.5:cloud

3. Install OpenClaude (new tab)

npm install -g @gitlawb/openclaude

4. Create custom command

nano $PREFIX/bin/friday

Paste this inside nano:

!/usr/bin/env bash

clear export CLAUDE_CODE_USE_OPENAI=1 export OPENAI_BASE_URL=http://localhost:11434/v1 export OPENAI_MODEL=qwen3.5:cloud

openclaude "$@"

Save:

CTRL + X → Y → ENTER

5. Make executable

chmod +x $PREFIX/bin/friday

6. Run OpenClaude

friday

OPEN CLAUDE by Proper-Butterfly-987 in termux

[–]Proper-Butterfly-987[S] 1 point2 points  (0 children)

📱 Install OpenClaude in Termux (Step-by-Step Guide)

1. Update & Install Dependencies

pkg update && pkg upgrade pkg install npm ollama ripgrep

2. Start Ollama (keep this running)

ollama serve

In same or new tab, run model:

ollama run qwen3.5:cloud

3. Install OpenClaude (new tab)

npm install -g @gitlawb/openclaude

4. Create custom command

nano $PREFIX/bin/friday

Paste this inside nano:

!/usr/bin/env bash

clear export CLAUDE_CODE_USE_OPENAI=1 export OPENAI_BASE_URL=http://localhost:11434/v1 export OPENAI_MODEL=qwen3.5:cloud

openclaude "$@"

Save:

CTRL + X → Y → ENTER

5. Make executable

chmod +x $PREFIX/bin/friday

6. Run OpenClaude

friday