Skip to content

devenv 20260303-152558

Choose a tag to compare

@github-actions github-actions released this 04 Mar 10:11
760d44f

devenv (Development Build)

Build Date: 20260303-152558

This release was built from the main branch.

Installation

The release includes native binaries for macOS and Linux architectures.

macOS (Apple Silicon):

curl -L --create-dirs -o ~/.local/bin/devenv https://github.com/guardian/devenv/releases/download/20260303-152558/devenv-20260303-152558-macos-arm64
chmod +x ~/.local/bin/devenv

Linux (x86_64/AMD64):

curl -L --create-dirs -o ~/.local/bin/devenv https://github.com/guardian/devenv/releases/download/20260303-152558/devenv-20260303-152558-linux-amd64
chmod +x ~/.local/bin/devenv

Linux (ARM64):

curl -L --create-dirs -o ~/.local/bin/devenv https://github.com/guardian/devenv/releases/download/20260303-152558/devenv-20260303-152558-linux-arm64
chmod +x ~/.local/bin/devenv

Note: ~/.local/bin may not be on your PATH by default. If devenv isn't found after installation, add export PATH="$HOME/.local/bin:$PATH" to your ~/.zshrc or ~/.bashrc, or install to /usr/local/bin instead.

What's Changed

Full Changelog: 20260226-160441...20260303-152558