Skip to content

Envarsa 0.1.0

Choose a tag to compare

@github-actions github-actions released this 12 Jun 15:35

First release.

Envarsa is a local-first library for your environment values: capture a project's .env as a point-in-time snapshot, recall and inspect it with values masked, and hand values back out — by clipboard or export — when you need a project working again. No cloud, no telemetry, and — apart from an optional update check against GitHub, off by default — no egress. The files never leave.

Downloads (Windows 10/11, x64):

  • Envarsa_0.1.0_x64-setup.exe — per-user NSIS install, no admin prompt. Fetches the WebView2 runtime on the rare machine that lacks it.
  • envarsa_0.1.0_x64_portable.zip — unzip anywhere, run envarsa.exe (keep WebView2Loader.dll beside it). Needs the WebView2 runtime already present — preinstalled on Windows 11 and any Windows 10 kept current.

Worth knowing up front:

  • The binaries are unsigned, so first launch shows a SmartScreen prompt — More infoRun anyway.
  • Portable means no install, not data-on-a-stick: the store lives in %APPDATA%\com.envarsa.app, not next to the exe. Repoint it in Settings if you want it somewhere you sync.

The README has the full story — what it does and doesn't do, the security model, and how to build from source.

Full Changelog: https://github.com/terminalis/envarsa/commits/v0.1.0