Nativ v0.1.0 is a major step forward for local AI on Apple silicon. This release adds local image generation and editing, expands the integration ecosystem, and makes model management, chat, and server operation faster and more reliable.
Highlights
- Generate and edit images locally — Use the new Images workspace, generate or edit images directly in Chat, paste images from the clipboard, or capture a screenshot. This release also adds a default image model and support for the Mage-Flow family.
- Connect more of your tools — New integrations cover Aider, Goose, Crush, Qwen Code, OpenClaw, Buzz, Zed, Continue, VS Code, Cursor, and JetBrains.
- Manage models with less friction — Nativ now detects models from custom Hugging Face caches and LM Studio, supports custom Hugging Face tokens, keeps downloads running across navigation, allows concurrent downloads, warns when a model may not fit in memory, and surfaces loading progress and failures throughout the app.
- Configure and secure the local server — Choose the server host and port, control the server from the sidebar and Settings, and keep the server API key securely in the macOS Keychain.
- Enjoy a smoother chat experience — Streamed responses are coalesced to keep the UI responsive, scrolling and menus behave more reliably, and conversations can be copied or exported as text.
- See what your Mac and Nativ are doing — Comprehensive macOS system monitoring and richer issue-report diagnostics make performance and troubleshooting easier to understand.
What's Changed
- Add warning for models that may not fit in memory by @lucasnewman in #2
- fix: keep model downloads running when leaving the Models page by @Lazarus-931 in #18
- Detect Hugging Face hub cache from HF_HOME/HF_HUB_CACHE by @rcanand in #6
- Add dev build verification workflow for every branch and PR. by @Lazarus-931 in #20
- Detect MLX models installed by LM Studio. by @Lazarus-931 in #21
- Filter logs for metrics requests by @lucasnewman in #36
- Fix software update by @lucasnewman in #37
- feat: allow choosing the local server port by @Lazarus-931 in #19
- Coalesce streamed chat updates to keep the UI responsive by @Lazarus-931 in #48
- Allow custom HF tokens, pull HF_TOKEN in by default by @lucasnewman in #49
- Reserve peak activation in the fit estimate for image models by @Lazarus-931 in #47
- Add Copy Conversation and Export as Text to chat context menu by @Lazarus-931 in #42
- Issue report feature by @Lazarus-931 in #43
- Simplify Developer runtime cards to icon + value by @Lazarus-931 in #41
- Fix Discover pagination showing inconsistent page sizes by @Lazarus-931 in #40
- Add clipboard paste and screenshot capture to chat image input by @Lazarus-931 in #39
- Show recommended models during onboarding by @Blaizzy in #50
- Fix macOS app icon rendering by @Blaizzy in #53
- Fix app icon in updater UI by @Blaizzy in #54
- Show model loading progress across the app by @Blaizzy in #52
- Keep Codex CLI-only and honor dynamic server ports by @Blaizzy in #51
- Add settings page and sidebar server controls by @Blaizzy in #55
- Restore Developer runtime card details by @Blaizzy in #60
- Fix chat scrolling during streaming by @Blaizzy in #61
- docs: note configurable port, HF token/cache and onboarding by @Lazarus-931 in #59
- Fix chat dropdown positioning by @Blaizzy in #63
- Fix header styling to be consistent across all views by @lucasnewman in #68
- Add Images tab for image generation / editing by @lucasnewman in #67
- Add detailed diagnostics to issue reports by @Lazarus-931 in #88
- Add Aider CLI integration by @Lazarus-931 in #72
- Allow attaching the signed appcast to an existing release via workfllow by @Lazarus-931 in #92
- Add Goose CLI integration by @Lazarus-931 in #73
- Add Crush CLI integration by @Lazarus-931 in #74
- Add Qwen Code CLI integration by @Lazarus-931 in #76
- Add OpenClaw CLI integration by @Lazarus-931 in #77
- Add Zed editor integration by @Lazarus-931 in #80
- Add Continue integration by @Lazarus-931 in #82
- Add VS Code integration (guided setup) by @Lazarus-931 in #87
- Add Cursor integration (guided setup) by @Lazarus-931 in #91
- Restore JetBrains integration and complete integration test coverage by @Lazarus-931 in #94
- Invalidate client URLSessions on deinit to fix file-descriptor leak by @Lazarus-931 in #95
- Add support for image generation and editing in chat by @lucasnewman in #93
- Add comprehensive macOS system monitoring by @Blaizzy in #98
- Improve text readability and selection by @Blaizzy in #101
- Refine server menu header status by @Blaizzy in #103
- Add configurable server host by @Blaizzy in #97
- Surface active model downloads outside the Discover list by @Lazarus-931 in #99
- Make the menu bar customizer more discoverable by @Blaizzy in #100
- Replace the floating download indicator with a Models sidebar download arrow by @Lazarus-931 in #105
- Remove the Models sidebar download arrow by @Lazarus-931 in #107
- Show model loading failures to users by @Blaizzy in #108
- Add system, light, and dark appearance selector by @Blaizzy in #112
- Re-add the Models sidebar download arrow by @Lazarus-931 in #110
- Remove the circular spinner from the Models download banner by @Lazarus-931 in #109
- docs: fix space before comma in README.md by @lunar-me in #113
- Chat: centered logo in the empty transcript and an accent hue around the composer in chat page by @Lazarus-931 in #79
- Revert accent color glow around chat composer by @Lazarus-931 in #115
- Fix full-screen sidebar corners by @Blaizzy in #111
- Add a default image model for the Images view by @lucasnewman in #118
- Add Buzz as a guided-setup integration by @Lazarus-931 in #117
- Bump version to 0.1.0 by @Blaizzy in #121
- Add Mage-Flow family model support by @lucasnewman in #119
- Only allow generative (text/vision) models in the chat model picker by @Lazarus-931 in #102
- Store API key in the keychain by @lucasnewman in #122
- Add "Sort by Size" to the model selection menu by @Lazarus-931 in #124
- Add Black Forest Labs branding and improve summary card layouts by @Blaizzy in #125
- Support concurrent model downloads by @Lazarus-931 in #126
- docs: sync README with change by @Lazarus-931 in #83
- Improve sidebar collapse performance by @Blaizzy in #127
- Bump mlx-vlm minimum to 0.6.8 by @Blaizzy in #128
New Contributors
- @lucasnewman made their first contribution in #2
- @rcanand made their first contribution in #6
- @lunar-me made their first contribution in #113
Full Changelog: v0.0.1...v0.1.0