██████╗ ██╗██╗ ██╗ ██████╗ █████╗ ██████╗ ███████╗ ██████╗ ███████╗████████╗
██╔══██╗██║╚██╗██╔╝██╔════╝██╔══██╗██╔══██╗ ██╔════╝██╔═══██╗██╔════╝╚══██╔══╝
██████╔╝██║ ╚███╔╝ ██║ ███████║██████╔╝ ███████╗██║ ██║█████╗ ██║
██╔═══╝ ██║ ██╔██╗ ██║ ██╔══██║██╔═══╝ ╚════██║██║ ██║██╔══╝ ██║
██║ ██║██╔╝ ██╗╚██████╗██║ ██║██║ ███████║╚██████╔╝██║ ██║
╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝╚═╝ ╚══════╝ ╚═════╝ ╚═╝ ╚═╝
We make tools that are simple by design, powerful by default. No bloat. No drama. Just software that works.
We believe the best software is the kind you forget is even running. Small binaries, clean CLIs, zero unnecessary dependencies — that's the PixCap Soft philosophy.
| Project | Description | Stack | Status |
|---|---|---|---|
| Zippy | Cross-platform version control with zip storage | Go |
✅ Active |
| PyRcEdit | Continued version of original RCEdit by electron | Python |
✅ Active |
Like Git, but without the existential dread.
Zippy is a lightweight, Git-inspired version control tool that stores your project versions as plain zip files. No servers, no complexity, no detached HEADs.
zippy init # Start a new repo
zippy add . # Stage everything
zippy commit -m "First commit" -v "v1.0" # Commit a version
zippy restore v1.0 # Go back in time
zippy diff v1.0 v1.1 # See what changed✦ Works on Windows, Linux, macOS — no asterisks
✦ Human-readable version tags → v1.0, final-final, oh-god-why
✦ Restore a single file in one command — no checkout gymnastics
✦ .zippyignore → like .gitignore, but friendlier
✦ Zero remote drama. No one can force-push but you
✦ Marie Kondo would approve of the repo structure
📦 Download Zippy · 📖 Read the Docs
Live alternative for 'electron/rcedit'
PyRcEdit is a modern Python reimplementation of the archived rcedit tool originally developed by GitHub/Electron.
pyrcedit "path-to-file.exe" [options...]For more please visit our repo.
✦ Modify Version String attributes (e.g., *File Description*, *Company Name*).
✦ Change Application Icons (`.ico`).
✦ ️ Modify requested Execution Levels for UAC (`asInvoker`, `requireAdministrator`, etc.).
✦ Inject or update Application Manifests natively.
✦ Edit localized Resource Strings (`RT_STRING`).
✦ Embed or replace Raw Data blobs (`RT_RCDATA`).
✦ **Zero compilation required! Just add to PATH** once you download the PyRcEdit.exe you had add it to system PATH and can use it system widely.
┌─────────────────────────────────────────────────────┐
│ │
│ Simple > Complex Local > Cloud │
│ Human > Machine Done > Perfect │
│ Readable > Clever Small > Big │
│ │
└─────────────────────────────────────────────────────┘
We love contributors. Seriously.
git clone https://github.com/pixcapsoft/<repo>.git
# → read CONTRIBUTION.md
# → open a PR
# → become a legendAll of our projects include contribution guides. Check CONTRIBUTION.md in any repo to get started. Issues and feature requests are always welcome — just open one and we'll be there.
All PixCap Soft projects use custom licenses — check the LICENSE file in each repo for details. The every names we used are trademarked by PixCap Soft, so if you fork and build something new, just give them a fresh name.
Built with care. Shipped with pride.
PixCap Soft — keeping software small since day one.(Solo Developer)
⭐ If our tools help you, a star goes a long way!


