{
  "markdown": "<p align=\"center\">\n  <img src=\"./assets/logo.svg\" alt=\"Linggen Logo\" width=\"120\" />\n  <br />\n  <a href=\"https://linggen.dev\">https://linggen.dev</a>\n</p>\n\n## Linggen Releases\n\nPublic download host for the Linggen macOS app.\n\n> **Linggen** is a local AI app engine — the core runtime ([engine source](https://github.com/linggen/linggen)) hosts skills as full-featured native apps. The app bundles the engine and its skills into one `.app`, served from a local daemon (`http://127.0.0.1:9527`) with all state under `~/.linggen/`.\n\n---\n\n## Install\n\n```bash\ncurl -fsSL https://linggen.dev/install-app.sh | bash\n```\n\nCurl rather than a browser download on purpose: macOS attaches a quarantine\nattribute to anything a browser fetches, and these builds are ad-hoc signed\nrather than notarized, so a downloaded copy would be blocked on first launch.\nThe installer fetches the tarball, checks its `sha256`, and puts `Linggen.app`\nin `/Applications`.\n\nOn first launch the app starts the bundled `ling` engine on `127.0.0.1:9527`,\nor reuses a healthy daemon already listening there. The daemon shuts itself\ndown after 5 minutes idle. Updates arrive through the app's own updater.\n\n---\n\n## What's in it\n\nOne app, one launcher, several skills as tabs:\n\n- **Mac Shifu** — macOS health: disk, apps, caches, plus iPhone/Mac photo and video cleanup\n- **CFO** — personal finances: imports bank and credit exports, builds spend reports, learns your categories\n- **DJ** — vibe to tracklist to a tagged library, synced to your phone\n- **Memory** — durable cross-host memory on the `ling-mem` daemon\n\nMac Shifu (formerly Sys Doctor) and CFO were once separate downloads. They are\nskills inside the one app now, and `linggen.dev/install-sys-doctor.sh` and\n`install-cfo.sh` redirect here.\n\n---\n\n## Releases\n\n| Tag pattern | Where | What |\n|---|---|---|\n| `linggen-v<version>` | this repo | the macOS app tarball + `.sha256` |\n| `<version>`, no prefix | [`linggen/linggen`](https://github.com/linggen/linggen/releases) | the `ling` engine binary, macOS and Linux |\n| `v<version>` | [`linggen/linggen-memory`](https://github.com/linggen/linggen-memory/releases) | the `ling-mem` memory daemon |\n\nOnly the app is hosted here. It bundles its own copy of the engine, so the app\nversion and the engine version move independently.\n\nBuilds are macOS arm64, ad-hoc signed, not notarized. The app source lives in\n`linggen/linggen-app` (private); the engine, the skills, and the memory daemon\nare public.\n",
  "bytes": 2470,
  "sha": "cd4d54071e24e29487fd03a22ae3840c92d40157121647c1666f01a93ccc9d59",
  "repo_slug": "linggen/linggen-releases",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_linggen_linggen_b039d7e5/readme"
}