Skip to content

Releases: iramarfalcao/hyperenv

HyperEnv 1.0.1

Choose a tag to compare

@github-actions github-actions released this 12 Aug 20:50

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.

HyperEnv 1.0.0

Choose a tag to compare

@github-actions github-actions released this 12 Aug 11:34

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

  1. Download HyperEnv-1.0.0.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 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.