Release v1.1.0
LidPush
A desktop tool for pushing local projects to GitHub cleanly without the junk.
Built by Lidprex Labs
Downloads
Windows only for now
| File | Description |
|---|---|
| [LidPush_1.0.0_x64-setup.exe] | Standard installer |
| [LidPush_1.0.0_x64_en-US.exe] | English only installer |
Click on the file name to download.
What it does
You pick a local folder. You pick a GitHub repo from your account. You click push.
LidPush handles the rest. It strips node_modules build artifacts caches and any detected secrets before anything hits GitHub. Your original folder stays untouched. The cleaning happens on a temporary copy.
The problem it solves is real. A project that starts at 80 files can quietly balloon to 150+ after a few installs and builds. GitHub file limits become a problem. More importantly you end up pushing gigabytes of dependency folders that have no business being in version control. LidPush catches all of that before the push happens.
Installation
- Download the setup file
- Double click to run
- Follow the installation wizard
- Launch LidPush from desktop shortcut or start menu
Quick Start
- Open LidPush
- Sign in with your GitHub account
- Click Browse and select your project folder
- Choose a GitHub repo from the sidebar
- Write a commit message (optional)
- Click Push Update
Thats it. Your code is now on GitHub clean and without the junk.
Requirements
- Windows 10 or Windows 11
- GitHub account
- Internet connection
No Git installation required. LidPush uses its own Git engine.
Building from source
If you want to build it yourself you need Rust 1.77+ Node.js 20+ and Tauri CLI.
cargo install tauri-cli --version "^2"
npm install
npm run tauri dev
npm run tauri buildThe installer will be in src-tauri/target/release/bundle/nsis/
License
Apache 2.0 © 2026 Lidprex Labs
Support
Buy Me A Coffee
Report issues on GitHub. Pull requests are welcome.
Full Changelog: https://github.com/Lidprex/Lidpush/commits/1.1.0
