Skip to content

v1.0.0

Latest

Choose a tag to compare

@rohit20001221 rohit20001221 released this 09 Jul 20:09

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 -profile and -manifest configuration 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

  1. Set your GitHub credentials:
    export GITHUB_USERNAME="your_github_username_or_org"
    export GITHUB_TOKEN="ghp_yourPersonalAccessToken"