A modern, cross-platform desktop application for managing .env files with ease. Built with Tauri, React, and TypeScript.
- 🖥️ Cross-platform - Works on macOS, Windows, and Linux
- ⚡ Fast & Lightweight - Built with Tauri for minimal resource usage
- 🎨 Modern UI - Clean, intuitive interface with TailwindCSS
- 🔐 Secure - Local-first design, no data sent to external servers
- 📝 Easy Management - View, edit, and organize environment variables
- 🔄 Real-time Updates - Watch for file changes and sync automatically
Download the latest release for your platform:
- macOS:
.dmgfile (Intel or Apple Silicon) - Windows:
.exeinstaller - Linux:
.AppImagefile
# Clone the repository
git clone https://github.com/yourusername/dotenvx-gui.git
cd dotenvx-gui
# Install dependencies
bun install
# Run in development mode
bun run dev
# Build for your platform
bun run tauri builddotenvx-gui/
├── src/ # React frontend source
├── src-tauri/ # Tauri backend (Rust)
├── public/ # Static assets
└── package.json # Node.js dependencies
bun run dev- Start development serverbun run build- Build frontend assetsbun run tauri build- Build desktop applicationbun run clean-target- Clean build artifacts
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
For issues, questions, or suggestions, please open an issue on GitHub.
