Skip to content

Grove v0.1.1-alpha

Pre-release
Pre-release

Choose a tag to compare

@capad-xyz capad-xyz released this 25 Jun 01:53

A patch over the first alpha: the packaged app no longer flashes console windows on Windows.

Grove shells out to git for almost everything, and on Windows each call briefly popped a console window, so on a busy repo it strobed a terminal open and closed non-stop. Every subprocess now spawns with CREATE_NO_WINDOW, so it runs silently.

Install (Windows x64)

  • Grove_0.1.1_x64-setup.exe (NSIS installer, ~2.3 MB), or
  • Grove_0.1.1_x64_en-US.msi (~3.4 MB)

Still unsigned: Windows SmartScreen will warn. Click "More info", then "Run anyway".

Everything from the first alpha

  • Commit graph with a live WIP node, virtualized for large repos
  • Working changes: stage / unstage, commit, generate a message with your local agent
  • Worktrees view
  • One spotlight search (Ctrl+K) across projects, files, commits, branches, and content
  • Ctrl+F find inside the expanded diff
  • Persistent navigation hub with browser-style back / forward history
  • Resizable, elevated panes with syntax-highlighted diffs

Windows only for now. Built with Tauri 2 and Svelte 5.