# Open Source

Public repositories are listed on the live page at https://www.gabrimatic.info/opensource and fetched at runtime from the GitHub REST API:

- https://api.github.com/users/gabrimatic/repos

## Categorisation

Each repo is auto-categorised based on its name, description, and primary language. Detection priority (first match wins):

1. **AI & Machine Learning** - LLMs, MCP servers, on-device inference (Whisper, MLX, Ollama, Kokoro, Qwen, etc.)
2. **Flutter & Dart** - any Dart project or anything mentioning Flutter
3. **Native & CLI Tools** - macOS / iOS / Homebrew / shell / system utilities
4. **Other Projects** - everything else

Within each category, repos are sorted by most recent commit (`pushed_at`), so active work surfaces first.

## Browse

- GitHub profile: https://github.com/gabrimatic
- Pub.dev packages (Flutter / Dart): https://pub.dev/publishers/gabrimatic.info/packages

## Notable work

- **`local-whisper`** - on-device voice transcription, grammar correction, and text-to-speech for macOS. Companion Homebrew tap at `homebrew-local-whisper`.
- **`mcp-web-search-tool`** - MCP server giving any AI model real-time web search.
- **`mcp-prose-memory`** - MCP server for prose-based persistent memory backed by markdown.
- **`eyra`** - real-time AI screen analysis from the terminal with local inference.
- **`kokoro-mlx`** / **`qwen3-asr-mlx`** - speech models running on Apple Silicon via MLX.
- **`threadstone`** - offline terminal chat for local LLMs on Apple Silicon.
- **`restart_app`** - Flutter plugin to restart the whole app with a single function call.
- **`otp_auth`** - Dart package for HOTP / TOTP one-time passwords.
- **`passes_box`** - offline password manager with AES-256, biometric auth, and encrypted backups.
- **`ocr-capture`** - macOS utility: select any screen region, extract text, copy to clipboard, one keystroke.

For metadata (stars, last commit, language) query the GitHub API above or visit the live page.
