nativ
Nativ is a native macOS app that lets you run AI models locally on Apple silicon, offering chat, model management, performance analytics, and an OpenAI/Anthropic-compatible API server.
It provides a polished sticky-note experience inside the Hermes Desktop environment without requiring a fork or build step, using the plugin SDK and CSS variables for theming, and offers unique interactions like dragging notes to pile them together.
In-Desktop sticky / post-it notes for Hermes Desktop, built as a single disk plugin (no app fork, no build step).
One stack on the glass. Break out notes when they need ambient space. Drag floats together to pile them. Stack all when the desk gets loud.
v0.1 — global stickies by default. Session pin exists as a light toggle; project pin may come later.
Requires Hermes Desktop (the Electron app). CLI/gateway alone will not load this.
mkdir -p ~/.hermes/desktop-plugins/sticky-notes
curl -fsSL -o ~/.hermes/desktop-plugins/sticky-notes/plugin.js \
https://raw.githubusercontent.com/VGFreakXBL/hermes-sticky-notes/main/plugin.js
Or copy manually:
mkdir -p ~/.hermes/desktop-plugins/sticky-notes
cp plugin.js ~/.hermes/desktop-plugins/sticky-notes/plugin.js
Then in Desktop:
sticky and the floating stickies stack cardNamed profiles: install under ~/.hermes/profiles//desktop-plugins/sticky-notes/ instead when that profile is active.
| Action | How |
|---|---|
| New sticky | Status chip, stack New, palette Sticky: New (stack), or ⌘⇧N |
| Edit | Select a row in the stack; body autosaves |
| Break out | ↗ on a stack row or Break out in the editor |
| Pile | Drag free breakout windows until they overlap ~40%, then release |
| Flip inside a pile | Click a row in the pile list |
| Split from pile | ↗ on a pile row |
| Return one to stack | ↙ stack on a breakout, or ↙ in a pile |
| Stack everything | Stack all / ⌘⇧S / palette |
| Clear all | Palette Sticky: Clear all (destructive) |
Notes persist in plugin-scoped storage (ctx.storage), profile-aware. No real filesystem access.
jsx() / jsxs() only; imports limited to @hermes/plugin-sdk, react, react/jsx-runtimeIf the gateway event payload in
Sticky / post-it notes for Hermes Desktop (disk plugin)
Similar projects matched by category, topics, and programming language.
Nativ is a native macOS app that lets you run AI models locally on Apple silicon, offering chat, model management, performance analytics, and an OpenAI/Anthropic-compatible API server.
Cindy is an open-source AI agent that runs locally on your machine, integrates multiple AI harnesses and models, and provides memory, skills, and automation to perform real work in your projects and apps.
Clodex is an open-source, local-first agentic IDE that combines persistent AI tasks, code, terminal, browser, Git, models, memory, and governed execution in one Electron workspace, currently in technical preview.