What Myrgic is

Modern AI work is churn: sessions end, context windows fill, models get swapped. Myrgic builds on the other invariant, the frame of reference that moves with your work, the same trick motor engineers use to control a spinning machine by computing the frame that turns with it. Stillness is computed, not stored, so your projects and working history hold together no matter which model or session is underneath.


CogOS

CogOS is a local daemon, written in Go, that gives every AI tool on your machine one shared, persistent workspace instead of a dozen disconnected memories. It keeps that state in a plain directory next to your code and speaks the Model Context Protocol, so Claude Code, Cursor, or your own agent can all read and write the same record. Swap the model, keep the workspace.


mod3

mod3 is the voice channel: a small server that turns an agent's output into speech and listens back, so it can run as a spoken presence instead of only a chat window. It handles turn-taking on its own, queuing what it says, noticing when you talk over it, and yielding the floor. Point any MCP-speaking tool at it and it has a voice.


The code is public

cogos, mod3, and the rest of the stack, including the site you're reading, are public repositories under the myrgic GitHub org. Clone them, run them, or read the source before you trust any of the above.


Contact

Open an issue on any repo, or start a discussion in the myrgic GitHub org. That's the fastest way to reach the people building this.