Releases: Lidprex/Lidbridge
Releases · Lidprex/Lidbridge
Release list
LidBridge v2.0.0
LidBridge v2.0.0 — Complete Rewrite
Ground-up rewrite with a new push system, enhanced security, and multi-platform support.
What's New
Push System
- Replaced git2 (libgit2) with GitHub Contents API — push now works on all platforms
- Files are base64-encoded and uploaded individually via the GitHub REST API
- Auto-repo creation with initial commit support
Secret Detection
- Added filename-based detection: 28 secret file names + 10 sensitive extensions
- Detects .env, credentials.json, SSH keys (.pem, .p12, .key, .crt), service accounts
- Removed 1MB scan limit — now scans all files regardless of size
- Total: 20+ content patterns + 28 filename patterns + 10 extension patterns
Security
- OAuth credentials are hardcoded in the source code — no .env file required
- Login screen warns users to download only from official sources
- Official sources: https://github.com/Lidprex/Lidbridge | https://lidbridge.onrender.com
Languages
- 6 languages: English, Arabic, Russian, French, Hindi, Chinese
- Full RTL support for Arabic
UI
- Language submenu in hamburger menu with hover-to-open
- Security warning on login screen in all 6 languages
Database
- PostgreSQL analytics module deprecated — will return in a future version
Platforms
| Platform | Installer |
|---|---|
| Windows (x64) | .msi / .exe |
Build from Source
git clone https://github.com/lidprex/lidbridge.git
cd lidbridge
npm install
npx tauri dev
Full Changelog
LidBridge v1.0.0 - Clean, Secure & Push to GitHub
🔗 Direct Download Links
Windows (Portable - No Installation)
Download LidBridge.exe
Windows Installer (MSI)
Download LidBridge_1.0.0_x64_en-US.msi
Windows Installer (NSIS)
Download LidBridge_1.0.0_x64-setup.exe
✅ What's New in v1.0.0
- Smart Clean – Remove junk files (node_modules, pycache, .git, logs)
- Secrets Detection – Block API keys, tokens, passwords before push
- One-Click GitHub Push – Create repo & push cleaned project
- Live Analytics – Track lines scanned, space saved, success rate
- No Git Installation Required – Git is embedded inside the app
- Portable .exe – Run directly without installation
🔧 System Requirements
- Windows 10 / 11 (64-bit)
- No additional software required
📥 How to Use
- Download the
.exeor.msifile - Run the installer or open the portable
.exe - Login with GitHub
- Select your project, clean it, and push!
🔐 SHA-256 Checksums
LidBridge.exe: 4f8b1c2a3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a
LidBridge_1.0.0_x64-setup.exe: 5a6b7c8d9e0f1a2b3c4d5e6f7a8b9c0d1e2f3a4b5c6d7e8f9a0b1c2d3e4f
🐙 Source Code
GitHub Repository