Releases: lencx/Minke
Releases · lencx/Minke
Release list
Minke v0.1.0
The first public release of Minke — a native, local-first desktop workspace for DeepSeek Harness.
Highlights
- A complete agent workspace — Keep conversations, project files, terminals, web tools, and native desktop actions beside the work in progress.
- Flexible workspace layout — Use independent right and bottom panels, tabbed tools, and an editable Files view without leaving the active conversation.
- Local model workflows — Configure and use local model runtimes, including LM Studio, from the desktop.
- Native desktop experience — Native menus, configurable shortcuts, synchronized themes, session log export, English and Chinese UI, persistent window state, and single-instance launch behavior.
- Local-first storage — Application preferences and browser session data remain on your machine under
~/.minke. - Cross-platform installers — Packages are available for macOS Apple Silicon and Intel, Windows x64, Debian/Ubuntu, and Fedora/RHEL.
Downloads
| Platform | Architecture | Package |
|---|---|---|
| macOS | Apple Silicon (arm64) |
Download .dmg |
| macOS | Intel (x64) |
Download .dmg |
| Windows | x64 |
Download .exe |
| Linux | Debian / Ubuntu (x64) |
Download .deb |
| Linux | Fedora / RHEL (x64) |
Download .rpm |
Verify downloads with SHA256SUMS.
Notable fixes
- Fixed an Ubuntu development startup freeze caused by replacing a hard-linked esbuild binary.
- Restored the correct desktop icon association on Linux.
- Hardened cross-platform packaging, including Windows Forge/Squirrel path handling and tagged GitHub Release publishing.
Before installing
Minke is under active development, and its features, packaging, and local data schema may change. Current installers are not code-signed or notarized, so your operating system may display a security warning. Download Minke only from this official release page; see the installation guide for platform-specific steps.
What's Changed
- fix(linux): prevent Ubuntu freeze during pnpm start by @muddlebee in #1
- fix(linux): restore missing desktop icon on Ubuntu by @muddlebee in #2
New Contributors
- @muddlebee made their first contribution in #1
Full Changelog: https://github.com/lencx/Minke/commits/v0.1.0