Skip to content

Releases: lance0/jin

Jin v1.0.0

10 Nov 00:22

Choose a tag to compare

Jin v1.0.0 - The Config Whisperer 🎉

First stable release! Jin is a desktop application for managing configuration files across your projects.

Features

  • 📁 Multi-Format Support: Scan and parse .env, YAML, JSON, and TOML configuration files
  • 🔍 Smart Detection: Automatically discover config files in your project directories
  • ⚠️ Inconsistency Detection:
    • Find duplicate keys across files
    • Identify missing keys between environments
    • Catch parsing errors before they cause issues
  • 🔒 Privacy First: All processing happens locally on your machine - no cloud, no tracking
  • 📊 Config Matrix View: See all your configuration keys and values across environments in one unified table
  • 📤 Export Templates: Generate configuration templates in ENV, JSON, or YAML formats
  • ⚡ Fast & Native: Built with Tauri 2 and React 19 for a snappy, native experience

Installation

macOS

  • Apple Silicon (M1/M2/M3): Download Jin_aarch64.dmg
  • Intel: Download Jin_x64.dmg

Windows

  • Download Jin_x64-setup.exe

Linux

  • Debian/Ubuntu: Download .deb file
  • Other distros: Download .AppImage file

What's Next

Check out the ROADMAP.md for upcoming features including environment variable validation, secret detection,
and more!

Feedback

Found a bug or have a feature request? Open an issue!