ghostenv v1.0.0 π»
We are excited to launch the first stable release of ghostenv!
Stop dragging sensitive configuration values across chat clients or risking local leaks with .env files. ghostenv is a zero-dependency, ultra-lightweight CLI proxy tool that fetches runtime configuration arrays directly from specified folders in your private GitHub repositories and hot-injects them directly into your downstream binaries in memory.
β¨ Features
- Zero Dependencies: Compiled directly into a single portable binary.
- In-Memory Injection: Decodes and merges variables natively without writing temporary configuration files to disk.
- Dynamic Scoping: Easily swap environments using the
-profileand-manifestconfiguration flags. - Developer Friendly: Clean, timestamp-free ANSI fallback escape logging outputs.
π¦ Installation & Assets
Download the binary matching your operational architecture below, unzip it, and place it inside your system PATH (e.g., /usr/local/bin).
- Linux:
ghostenv-linux-amd64.zip - macOS (Apple Silicon):
ghostenv-mac-arm64.zip - macOS (Intel):
ghostenv-mac-amd64.zip - Windows:
ghostenv-windows-amd64.zip
π Quickstart
- Set your GitHub credentials:
export GITHUB_USERNAME="your_github_username_or_org" export GITHUB_TOKEN="ghp_yourPersonalAccessToken"