rune --loading...
Star Rune

Terminal-first learning workspace

Turns chats into live markdown notes.

Start with a topic, attach documents, route the request to the right model, and watch structured notes appear in your terminal as real files.

rune://workspace Everything needed for focused terminal learning.
01 Guided sessions

Start a topic and Rune keeps the learning path focused, resumable, and organized.

02 Live markdown preview

Watch generated notes appear as readable markdown while the assistant writes files.

03 PDF and document context

Attach resumes, PDFs, notes, and docs so the model answers with your real context.

04 Auto model routing

Use Ollama for simple work and route harder or attachment-heavy tasks to stronger providers.

Workflow

From blank topic to organized notes.

01

Choose a topic

Rune classifies the session as learning or research and starts with the right questions.

02

Add context

Drop images, PDFs, resumes, docs, and notes into the composer before sending.

03

Route intelligently

Use Ollama for simple work, Codex for harder or image-heavy turns, and Antigravity when configured.

04

Keep the files

Generated notes land in your local notes directory and stay resumable by topic.

Features

Built for people who actually live in terminals.

[1] Chat
you://build a parser...
[2] Notes Preview: parser.md
# Parser

Tabbed TUI panels

Chat in one panel, and switch to your live preview or file explorer in the other instantly with Tab.

📄 resume.pdf
📊 metrics.csv

Document-aware composer

Attach resumes, PDFs, markdown files, CSVs, images, and docs as context for the next turn.

routing mode: auto
you: summarize resume.pdf
local check... pdf detected...
ollama
codex
antigravity

Auto provider mode

Route easy text to Ollama, complex work to Codex, and medium tasks to Antigravity when available.

topics
java
system_design
golang
metadata
turns: 4
notes: 3 files
restoring...

Resumable topics

Every topic keeps its own chat history, generated files, and session metadata.

Install

Build from source in seconds.

Rune is a Go app. Clone the repository, build the binary, and start a topic from your terminal.

git clone https://github.com/bogusdeck/Rune
cd Rune
go build -o rune .
./rune

Showcase

Add your product videos here.

Use these slots for a full walkthrough, attachment demo, provider switching, and live preview clips.

Full walkthrough 01
Attachment workflow 02
Auto routing 03