A secure, customizable desktop password generator built with Kotlin and Compose Desktop, featuring a beautiful Material 3 interface.
- Modern Material 3 UI with dark/light theme support
- Customizable passwords with length 7-75 characters
- Character set toggles for uppercase, lowercase, numbers, and special characters
- Instant clipboard copy with visual feedback
- Responsive interface with resizable window modes
- Smooth animations and interactive tooltips
- Complete offline operation - no internet required
# Add repository
wget -qO- https://zahid4kh.github.io/my-apt-repo/KEY.gpg | sudo gpg --dearmor -o /usr/share/keyrings/zahid-archive-keyring.gpg
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/zahid-archive-keyring.gpg] https://zahid4kh.github.io/my-apt-repo stable main" | sudo tee /etc/apt/sources.list.d/zahid-apps.list
# Install
sudo apt update && sudo apt install pwdgen
Windows installers (.msi and .exe) coming soon!
Experience PwdGen in your browser: https://pwdgene.vercel.app/generator
- JDK 17 or later
- IntelliJ IDEA (recommended)
# Make gradlew executable (Linux/macOS)
chmod +x gradlew
# Standard run
./gradlew run
# Hot reload for development
./gradlew :runHot --mainClass PwdGen --auto
# Build for current OS
./gradlew packageDistributionForCurrentOS
# Platform-specific builds
./gradlew packageDeb # Linux
./gradlew packageDmg # macOS
./gradlew packageMsi # Windows
./gradlew packageExe # Windows
This project is licensed under the MIT License - see the LICENSE.txt file for details.
- Documentation: https://pwdgene.vercel.app/docs
- APT Repository: https://zahid4kh.github.io/my-apt-repo
- Issues: GitHub Issues