Observe, version, and back up your environment variables at runtime.
Observability. Radar watches every app launch, process, or container, capturing the exact environment variables injected at runtime. Total visibility across dev, staging, and production.
Versioning. Radar tracks every change to your envs across time. View diffs, roll back instantly, and understand who changed what, where, and when.
Backups. Every environment your app runs with is automatically captured, encrypted, and stored. Radar makes sure nothing gets lost.
Sync. Keep your environment variables in sync across teammates, servers, and CI machines with secure, automated updates and zero manual hassle.
Radar is an optional commercial extension for Dotenv/x.

Changelog
2025-08-25
Smart reuse of existing tokens by device.
Added ability to delete token.
Create env files when syncing.
2025-08-23
Added organizations – to make way for teams.
Moved projects to organizational ownership schema.
Added ability to delete account.
Added list of personal oauth tokens to settings page.
Mark device during cli login handshake.
Connected devices to users in schema.
Connected devices to oauth requests in schema.
2025-08-18
Added `dotenvx-radar sync` command.
2025-08-16
Laid foundations for sync system.
2025-08-14
Simplified observations system.
2025-08-13
Added basic search to observations, keys, and projects.
2025-08-12
Changed UI to three sections - Radar, DB, and Sync.
2025-08-01
Added administration system.
2025-07-27
Added Pay page.
Wired Stripe webhook and callbacks up to Pay page and supporting endpoints.
2025-07-23
Added backups section and download.
2025-07-22
Improved UI display of key/values.
Added logic to handle observations from different git branches.
2025-07-21
Moved observations system to a schedule.
Added billing section to settings page.
Added system for locking out unpaid users.
2025-07-19
Added `dotenvx-radar status` command.
2025-07-16
Added observations system for idempotentently generating .env files, key/values, and projects from observation data.
2025-07-15
Added `dotenvx-radar status` command.
Added `dotenvx-radar settings` command.
Added observation of git and systeminfo to `dotenvx-radar observe` command.
2025-07-14
Added `dotenvx-radar logout` command.
Added bearer token support to `dotenvx-radar observe` command.
Added `dotenvx-radar login` command.
Added oauth token system to API and UI.
Added API logout system.
Added observations UI.
2025-07-11
Added API observe system.
2025-07-09
Added `dotenvx-radar observe` command.
Added `observe()` function.
2025-07-09
Added `dotenvx-radar observe` command.
Added `observe()` function.
2025-07-08
Added authentication system to API and UI.
Added error monitoring to API and UI.
Stood up production hosting infra.
Added BI tool.
Added background queuing system.
2025-07-01
Added `install.sh` script.
Added hosting for `install.sh` script.
Added automated publishing for `install.sh` at dotenvx.sh/radar.
Added automated publishing of builds for darwin-amd64, darwin-x86_64, darwin-arm64, linux-amd64, linux-x86_64, linux-arm64, linux-aarch64, linux-armv7l, windows-amd64, and windows-x86_64 on tagged releases.
First lines of Radar code 📡.