Skip to content

HyperEnv 1.0.1

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Aug 20:50
· 12 commits to main since this release

HyperEnv 1.0.1

A macOS menu bar app that switches which environment variables your new
terminals inherit — per project, per environment, with an undo.

Install

  1. Download HyperEnv-1.0.1.dmg below.
  2. Open it and drag HyperEnv into Applications.
  3. This build is signed ad-hoc, not with a paid Apple Developer ID, so macOS blocks the first launch. Right-click HyperEnv in Applications and choose Open, or run the command below once.
xattr -dr com.apple.quarantine /Applications/HyperEnv.app

What shipped

Architectures x86_64 arm64
Code signature adhoc
Minimum macOS 26.5
SHA-256 62aa111550c36f35d6afaf07ab606f0053f5a4596276ae9c03f02f3bfd235fc8

Verify the download before opening it:

shasum -a 256 HyperEnv-1.0.1.dmg

Safety

HyperEnv writes only between its own markers in ~/.zprofile, backs the file
up before the first edit, and can restore it byte for byte. Setting
HYPERENV_DISABLE=1 makes every generated script a no-op.