Time as a playhead — macOS native routine/day-management app.
A Rust core + Tauri v2 desktop shell, designed CLI-first for agents and humans.
| Stack | Rust core (oxiline-core, oxiline-cli) · Tauri v2 desktop shell (oxiline-app) |
| License | MIT |
| Status | Early development — design phase → roadmap |
The full design specification lives in doc/ — eight markdown documents walking through product vision, UX research, data model, architecture, CLI spec, design system, screens, and roadmap.
# Workspace at root
cargo build --release
# CLI only (no Tauri runtime)
cargo build -p oxiline-cli --releasecrates/
├── oxiline-core/ # Domain logic, SQLite schema, CLI parser
├── oxiline-cli/ # CLI binary (oxiline)
└── oxiline-app/ # Tauri v2 desktop shell
└── src-tauri/ # Backend for the desktop app
Part of the project-oxi ecosystem. See the organization profile for the full product line.
MIT — see doc/06-design-system.md for the brand specs inherited from the project-oxi design system.