Releases: codesbysagar/simplyenv
Releases · codesbysagar/simplyenv
Release list
simplyenv v1.0.0
🚀 simplyenv v1.0.0 — The Developer's Environment Manager
We are thrilled to announce the v1.0.0 official release of simplyenv, a modern, user-friendly, and portable alternative to direnv built for developers who want effortless environment management.
✨ Key Features
-
🖥️ Modern Graphical Web Dashboard (
simplyenv ui):- Inspect, search, filter, edit, and delete environment variables with real-time feedback.
- One-click secret masking/revealing to keep credentials secure while sharing screens.
- Interactive shell hook installer and project directory manager.
-
⚡ Zero-Friction Shell Auto-Switching:
- Automatically loads environment variables when entering a directory and unsets them on exit.
- Zero-config automated setup via
simplyenv install-hookwith support for Bash, Zsh, Fish, and PowerShell.
-
📦 Flexible Bulk Import & Export:
- Effortlessly import existing configurations from
.envfiles. - Export project environments to
.env, JSON, POSIX shellexport, or DockerENVformat.
- Effortlessly import existing configurations from
-
🧰 Fast & Full-Featured CLI:
- Manage everything directly from your terminal:
set,unset,list,import,export, andui.
- Manage everything directly from your terminal:
-
🌍 100% Standalone & Portable:
- Written in pure Go with embedded web UI assets (
//go:embed). - No external runtime dependencies or servers required.
- Written in pure Go with embedded web UI assets (
📦 Installation
Quick Install (Linux & macOS)
curl -sSL https://simplyenv.codesbysagar.com/install.sh | bashManual Download
Download the appropriate archive below for your OS and architecture, extract the binary, and place it in your $PATH (e.g., /usr/local/bin):
| Operating System | Architecture | Archive |
|---|---|---|
| Linux | x86_64 / amd64 | simplyenv-linux-amd64.tar.gz |
| Linux | ARM64 | simplyenv-linux-arm64.tar.gz |
| macOS | Apple Silicon (M1/M2/M3) | simplyenv-darwin-arm64.tar.gz |
| macOS | Intel | simplyenv-darwin-amd64.tar.gz |
| Windows | x86_64 / amd64 | simplyenv-windows-amd64.zip |
🔐 Checksums (SHA-256)
Verify downloaded assets using sha256sums.txt:
e6880885cb2650ea3dd9cf78c681cdbe5ac50e12062e565a5fd4518dd5436395 simplyenv-darwin-amd64.tar.gz
e55699637f7e6983da00580818affc686d350a1da5ec1404728c90325747d5c1 simplyenv-darwin-arm64.tar.gz
6d0f4a8b0946997e4ce9c6ac52424fda858fefb73a71806ad7ffa181fa8c61e9 simplyenv-linux-amd64.tar.gz
66b6779a8d4a0f90bafc5ad1601468a64543ce860bc54d6fb6d6d93ad8bc7721 simplyenv-linux-arm64.tar.gz
a7f4308a2130fd948006720b2b4eb0322f49219d2b3b93e11453f548c6774db6 simplyenv-windows-amd64.zip