Skip to content

1.1.0

Latest

Choose a tag to compare

@Bxat01 Bxat01 released this 09 Jun 14:41
· 4 commits to main since this release
9e6c225

Release v1.1.0

LidPush

License
PRs Welcome
Buy Me A Coffee

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

  1. Download the setup file
  2. Double click to run
  3. Follow the installation wizard
  4. Launch LidPush from desktop shortcut or start menu

Quick Start

  1. Open LidPush
  2. Sign in with your GitHub account
  3. Click Browse and select your project folder
  4. Choose a GitHub repo from the sidebar
  5. Write a commit message (optional)
  6. 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 build

The 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
128x128