Analysis updated 2026-05-18
Run one always on AI assistant reachable from WhatsApp, Telegram, Discord, and iMessage.
Add new abilities by dropping a SKILL.md folder into a directory, no restart needed.
Keep one shared conversation memory across every messaging app you use.
| nick-baumann/gobby | hvardhan878/ghostwork | clarilayer/clarilayer | |
|---|---|---|---|
| Stars | 122 | 122 | 124 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | hard | moderate | easy |
| Complexity | 4/5 | 4/5 | 3/5 |
| Audience | developer | general | data |
Figures from each repo's GitHub metadata at analysis time.
Designed specifically for a Mac Mini M4 with launchd setup and Codex CLI access.
GOBBY is a personal AI assistant designed to run around the clock on a Mac Mini M4, Apple's small desktop computer. It stays always on, can be reached from several messaging apps at once, and acts as one consistent assistant across all of them, sharing a single memory of your conversations no matter which app you use. The idea behind the project is that a Mac Mini M4 is cheap enough to leave running twenty four hours a day, costing roughly twelve dollars a year in electricity, quiet enough to sit on a desk without a fan, and powerful enough to handle the AI reasoning GOBBY needs. Rather than trying to run on every kind of computer, GOBBY commits fully to this one piece of hardware, which lets it plug directly into macOS features: login credentials are stored in the macOS Keychain, the built in secure password manager, the assistant starts automatically using macOS's own background process supervisor so it survives restarts and sleep, and camera, microphone, and screen access follow Apple's standard permission prompts rather than a custom system. You can talk to GOBBY through WhatsApp, Telegram, Discord, iMessage, a web chat page, or voice, and every one of these connects to the same underlying conversation, so a chat started on one app can continue on another without losing context. New abilities, called skills, are added simply by placing a folder containing a SKILL.md file into a directory, and the running assistant picks it up immediately, with no restart required. All of the actual AI reasoning is handled by OpenAI's Codex command line tool running underneath. The project is released under the MIT license. The full README is longer than what was provided.
An always on personal AI assistant that runs on a Mac Mini and reaches you through WhatsApp, Telegram, Discord, and more.
Mainly TypeScript. The stack also includes TypeScript, Rust, Codex CLI.
Free to use, modify, and distribute, including commercially, as long as you keep the copyright notice.
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.