HyperEnv 1.0.0
HyperEnv 1.0.0
A macOS menu bar app that switches which environment variables your new
terminals inherit — per project, per environment, with an undo.
Install
- Download HyperEnv-1.0.0.dmg below.
- Open it and drag HyperEnv into Applications.
- 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 | 4e547a3d26fd74bbc0528952a76f25e7d36f24983d6f01f79a7cbaa03d9b9447 |
Verify the download before opening it:
shasum -a 256 HyperEnv-1.0.0.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.