Skip to content

Guace 0.1.2

Choose a tag to compare

@leesta24 leesta24 released this 07 Jul 10:01
· 5 commits to main since this release

Guace 0.1.2

Guace 0.1.2 is a normal macOS download: both Apple Silicon and Intel DMGs are signed, notarized, stapled, and accepted by Gatekeeper.

Download

  • Apple Silicon (M1/M2/M3/M4): Guace-0.1.2-arm64.dmg
  • Intel Mac: Guace-0.1.2-x64.dmg
  • Zip archives are included for people who prefer the raw .app payload.

Open the DMG, drag Guace to Applications, then launch it from Spotlight or Launchpad.

What Guace is

Guace is an AI-native personal knowledge base for macOS: a local markdown vault you can chat with, plus managed agents that can do heavier work for you.

Highlights

  • Chat with your vault — ask questions, summarize notes, restructure markdown, and save new facts back into plain files you own.
  • Obsidian-compatible notes — Guace reads and writes normal .md files, so your vault stays portable.
  • Managed agents — dispatch longer tasks to local Claude Code or OpenAI Codex CLI workers, each in its own workspace.
  • File previews — render Markdown, HTML, PDFs, images, and plain text inline next to your notes.
  • Usage transparency — inspect real token, cost, and prompt-cache data instead of estimates.
  • Bring your own provider — use your own API keys through Vercel AI Gateway, DeepSeek, or other configured backends.
  • Local-first by default — notes stay on disk, provider keys live in macOS Keychain, and there is no telemetry.

First-run setup

  1. Add an LLM provider key in Settings → Models & Providers.
  2. Optional: register Claude Code or Codex under Agents if you want Guace to delegate work.
  3. Start a session and ask Guace to read, write, or organize notes in your vault.

Verification

The DMGs were checked with Gatekeeper:

  • Guace-0.1.2-arm64.dmg: accepted, source = Notarized Developer ID
  • Guace-0.1.2-x64.dmg: accepted, source = Notarized Developer ID

SHA256 checksums are attached in SHA256SUMS.txt.

Status

Pre-1.0. Schemas are still moving, and managed agents can run shell-backed tools on your machine. Do not dispatch work you would not be willing to run manually.