v0.4.4
Install
# Run without installing
npx memkin@v0.4.4
# Or install globally
npm install -g memkin@v0.4.4Requires Node.js >= 18. See the README for setup and MCP integration.
What's Changed
- fix(ci): unsigned macOS desktop build (drop empty APPLE_* env) by @AndreLYL in #108
- fix(ci): Linux AppImage bundling (APPIMAGE_EXTRACT_AND_RUN + libfuse2) by @AndreLYL in #109
- fix(llm): normalize 'custom'/'openai-compatible' provider aliases at factory by @AndreLYL in #110
- fix(server): run serve/start under Node (fixes 'Bun is not defined') — v0.4.4 by @AndreLYL in #111
- fix(ci): serve smoke needs a config (unblock v0.4.4 publish) by @AndreLYL in #112
Full Changelog: v0.4.3...v0.4.4