v1.0.0
What's included
Envarly is a Windows environment variable manager built with Tauri v2, React, and Rust. This is the initial release.
Core editor
- 2-pane UI — sidebar variable list with search, filter, and scope tabs (All / User / System); detail editor on the right
- Drag-and-drop list editor for PATH, PATHEXT, NO_PROXY, and any semicolon- or comma-separated variable; auto-detects separator
- Per-entry PATH existence check (✓ / ✗); lint warnings for unresolvable
%VAR%references and whitespace-padded entries - Multi-step local undo (Ctrl+Z) before staging; drag reorder and text edits are separate undo steps
- Dark / light theme following system preference; no flash on load
Safety features
- Staging area — all edits accumulate locally; the registry is never touched until you explicitly click Apply
- Diff detection — detects registry changes made by other processes while Envarly is open; shows a diff with selective apply
- Snapshots — save named snapshots and restore to any previous state; snapshots are encrypted at rest with Windows DPAPI
- Secret detection — name-based + value-pattern detection across 35+ token formats (GitHub, GitLab, Slack, Anthropic, npm, PyPI, …); ⚠ Secrets sidebar tab; export confirmation lists affected services
Import / Export
- Read/write
.jsonand.regformats - Custom export: pick individual variables, with secret warnings
- Import merge strategy: Merge (additive) or Replace (sync); preview before any write
CLI
Read-only subcommands available from a terminal without launching the GUI:
envarly get <NAME>
envarly list [--scope user|system] [--format text|json]
envarly export [--format json|reg|ps1|...] [--output file]
envarly --help
Installer
- MSI and NSIS installers for Windows x64
- Portable ZIP (no install required)
- PATH management UI built into the app — add/remove the Envarly install directory from User or System PATH
Downloads
| File | Description |
|---|---|
Envarly_1.0.0_x64_en-US.msi |
MSI installer (recommended) |
Envarly_1.0.0_x64-setup.exe |
NSIS installer |
Envarly_1.0.0_x64-portable.zip |
Portable (no install) |