Skip to content

Releases: madhavc21/Mimir

v1.1.1

Choose a tag to compare

@madhavc21 madhavc21 released this 27 Aug 16:40
f72b6f0

Release Notes

  • Image context no longer dropped from chat history after the first turn
  • Reasoning model streaming cut off fixed
  • Chat input now wraps and auto-grows instead of clipping text
  • Changed default hotkey from Ctrl+Shift+E to Ctrl+Space

v1.1.0

Choose a tag to compare

@madhavc21 madhavc21 released this 22 Aug 12:58
e1cb4d9

Release notes — Mimir v1.1.0

Performance

Instant chat responses

  • Replaced per-message Python launches with a long-lived background service
  • Pressing your capture hotkey warms up the AI engine in the background, eliminating startup delays by the time you type
  • Conversation messages now stream immediately without repeated process startup lag
  • Background service automatically unloads after 1 hour of inactivity to free up system memory

v1.0.0

Choose a tag to compare

@madhavc21 madhavc21 released this 11 Jul 12:17
9989495

Release notes — Mimir v1.0.0

What's new

Any LLM provider

  • Pick from ~90 LiteLLM providers with your own API key
  • Vision-only model list (built for screen capture)
  • Searchable provider/model pickers, 10-minute model cache, auto-save API key

Hotkeys & capture

  • Rebind capture hotkey in Console → System
  • Windows detects shortcut conflicts before saving
  • Text highlight or drag-a-region screen capture
  • Real PNG encoding for vision APIs

Console

  • Home live/sleep toggle, Chats history, Model + System settings
  • About: Norse mythology of Mímir and how the app embodies a bodyless assistant
  • Chat thumbnails, collapsible context banner, refined scrollbars

Reliability

  • Fresh install no longer crashes on first launch (missing settings file)
  • LiteLLM drops unsupported params per provider
  • Provider errors surface properly instead of appearing as chat text

Smarter assistant

  • Ask Mimir how it works — it knows lock, re-capture, Console tabs, and Windows-only support
  • Suggests practical steps (e.g. lock card → hotkey again for new context)

Licensing

  • Open source under Apache 2.0

v0.2.1

Choose a tag to compare

@madhavc21 madhavc21 released this 20 Jun 18:52

UI polish.

  • Console feature guide (hotkey, header controls, chat history)
  • Scrollable Console tabs
  • Chat card header icon alignment fix
  • Logo/title sizing tweaks

Full Changelog: v0.2.0...v0.2.1

v0.2.0

v0.2.0 Pre-release
Pre-release

Choose a tag to compare

@madhavc21 madhavc21 released this 20 Jun 12:48
44e2321

Mimir v0.2.0

Console chat history, a sturdier floating card, and a cleaner release build.

New

  • Persistent chat history — threads saved locally under app data; browse and resume from the Chats tab in Console or the clock icon on the floating card
  • Hotkey behavior setting — choose whether Ctrl+Shift+E opens a new chat or your latest thread (Console → System)
  • Card lock — double-click the header to pin the card on top; it won’t auto-hide on blur while locked
  • Fullscreen expand — expand the chat card to fill the current monitor
  • In-card history menu — quick switch between recent threads without opening Console

Improved

  • Window lifecycle — closing the card hides it instead of destroying it, so the hotkey keeps working reliably
  • Hotkey debounce — rapid hotkey presses no longer spawn overlapping capture runs
  • Console window — recreated on demand if closed; behaves like a proper config hub
  • Capture errors — failures surface in the card instead of silently opening an empty chat
  • Shared chat UI — Console and floating card use the same ChatPanel component

Fixes

  • Production capture sidecar — rebuild with capture.spec so overlay + text capture bundle correctly (see README)
  • Context banner — long captured text no longer clips awkwardly

Developer / packaging

  • Sidecar binaries removed from git; build via pyinstaller capture.spec + pyinstaller chat.specstage_binaries.py
  • chat.rs renamed to stream.rs (sidecar streaming command)

Upgrade

  1. Download and run the installer below (or build from source on v0.2.0)
  2. Your API key and settings carry over via Tauri Store
  3. Chat history starts fresh on first launch — new threads persist from here

Requirements

  • Windows 10/11
  • Gemini API key (set in Console → API Keys)

Full changelog: v0.1.0...v0.2.0

Paste that into the GitHub Release body and attach your NSIS installer as the asset.

v0.1.0

v0.1.0 Pre-release
Pre-release

Choose a tag to compare

@madhavc21 madhavc21 released this 16 Jun 15:16

Mimir v0.1.0

First public Windows release.

Install

Download Mimir_0.1.0_x64-setup.exe, run installer, open Console, add Gemini API key.

Use

  • Console: settings, live/sleep, quit
  • Hotkey Ctrl+Shift+E (while Live): capture text or screen region → chat

Requirements

  • Windows 10/11 x64
  • Gemini API key (user-provided)