Morrowv0.1.0

Quickstart

Get started with Morrow and Ollama in 60 seconds.

Morrow connects directly to your local Ollama daemon.


3-Step Setup

Step 1: Start Ollama

Ensure your local Ollama server is running:

ollama serve

Step 2: Pull a Model

Download your model of choice:

# Recommended general coding & reasoning
ollama pull qwen2.5:7b

# Deep reasoning model with thought blocks
ollama pull deepseek-r1:8b

# Lightweight model for laptops
ollama pull llama3.2:3b

Step 3: Run Morrow

Launch Morrow from any terminal emulator:

morrow

On first launch, Morrow automatically initializes:

  • Configuration file at ~/.config/morrow/config.toml
  • History database at ~/.local/share/morrow/history.db

ModelParametersContextBest ForPull Command
Qwen 2.57B128kGeneral reasoning & codeollama pull qwen2.5:7b
DeepSeek R18B64kComplex reasoning with <think> tagsollama pull deepseek-r1:8b
Llama 3.23B128kFast lightweight daily driverollama pull llama3.2:3b
Mistral NeMo12B128kNuanced multilingual discussionsollama pull mistral-nemo

On this page