Blog

Building in public. Sharing what we learn.

Timex 1.1.0 release - one-click ZIP export of the local SQLite database, full localization into English, Spanish, Russian, Hindi, and Thai, and a design system plus VoiceOver accessibility pass for the automatic Mac time tracker

Timex 1.1.0: Database Export to ZIP and Localization in Five Languages

Three days after Timex 1.0.0 shipped, version 1.1.0 lands. One-click SQLite database export to a ZIP archive, full localization across English, Spanish, Russian, Hindi, and Thai, and a design system plus accessibility pass under the hood.

Project-local MCP tools in Octomind 0.29.0 — drop a shebang script in .agents/tools/, commit it to the repo, every developer's agent gets the tool automatically

Custom MCPs Belong in Your Repo: A Cure for Agent Drift That Takes 60 Seconds

AI agents drift — they invent shell commands, hallucinate URLs, guess at internal CLIs. The standard fix is "write a custom MCP server," but most projects don''t need a server. Octomind 0.29.0 lets you drop a shebang script into .agents/tools/, commit it to git, and turn a 50-line shell wrapper into a project-scoped MCP that every developer''s agent uses on every turn.

Release notes for Muvon AI stack — Octofs 0.4.3, Octobrain 0.6.1, Octolib 0.21.5, and Octomind 0.29.0 shipped together in May 2026 with regex search, reasoning effort, prompt cache keepalive, and parallel tool calls

Release Round, May 2026: Octofs 0.4.3, Octobrain 0.6.1, Octolib 0.21.5, Octomind 0.29.0

Two weeks since we introduced them, every Muvon AI tool has shipped a new release. Octofs got regex search and a delete command. Octolib added Anthropic adaptive thinking, reasoning effort, prompt cache keepalive, plus Fireworks AI and Featherless. Octobrain ships 0.6.1. Octomind 0.29.0 lands today.

Timex 1.0.0 - Automatic Mac time tracker with break timer and lid-down mode, fully local SQLite, no cloud, no account

Timex 1.0.0: Automatic Time Tracking for Mac — Built for People Who Hate Time Trackers

We built Timex because every time tracker we tried was either a manual stopwatch we forgot to start, a productivity coach that scored our days, or a cloud product syncing window titles to someone else database. Automatic, local-first, one SQLite file. $24.50 once.

Octobrain 0.6.0 release — knowledge layer upgrades including read, match, and streaming queries

Octobrain 0.6.0: Your AI Finally Remembers What It Read

Octobrain 0.6.0 adds full document reading, regex match across indexed content, streaming query results, and removes the auto_link tool. Here is what changed and how to upgrade.

Octofs MCP filesystem server — dark background with green code editor interface showing file edit operations and hash-based line identifiers

Octofs: The File Server That Stops Your AI from Breaking Your Code

How we built an MCP filesystem server that catches AI hallucinations before they corrupt your files — with fuzzy matching, hash-based line IDs, atomic writes, and a progressive matching strategy that just works.

Vext 1.1 - Voice to text for Mac with screenshot capture, speaker recognition, AI cleanup, and meeting transcription

Vext 1.1: Voice to Text for Mac — Built for AI Workflows

We built Vext because typing into AI tools is still too slow. Dictate, capture screenshots, paste into Claude or Codex — all local, all private, no subscription. Meet speaker recognition, voice notes, and more.

Octolib - The Rust library powering AI features across the Muvon stack

Octolib: The Rust Library That Powers Every AI Feature We Ship

Octolib is the shared Rust library powering LLM inference, embeddings, and reranking across Octocode, Octomind, and Octobrain. We just open-sourced it.

Octomind Cloud prelaunch — managed AI agent runtime, launching June 1, 2026

Octomind Cloud: AI Agents Without the Setup Tax (Prelaunch)

Everyone says "use AI agents." Nobody says how. Octomind Cloud is our managed runtime that lets anyone describe a task in plain words and get a working specialist agent — open-source under the hood, launching June 1, 2026.

Octocode 0.14.0 with structural search - AST-powered code search and refactoring

Octocode 0.14.0: Structural Search Changes How AI Understands Your Code

AST-powered pattern matching that understands code syntax, not just characters. Built into Octocode — no extra tools, no configuration files, just `octocode grep`.

Octobrain - Long-term memory system for AI assistants with MCP server support

Octobrain: Long-Term Memory for AI Assistants

AI assistants forget everything when the session ends. Octobrain fixes this with persistent memory that spans sessions, not just fills context windows. Open source, local-first, MCP-native.

Octocode - The Developer Productivity Tool That Replaced grep

Octocode: The Developer Productivity Tool That Replaced grep for Us

A semantic code search engine, MCP tool, and AI-powered developer productivity tool in one Rust binary. How we built it and why we use it every day.