velopack

Installation
SKILL.md

Velopack — installer & auto-update framework

Velopack adds installers and auto-updates to cross-platform desktop apps with near-zero config. It owns the whole distribution pipeline: you give it your compiled app folder, it produces an installer + update packages, and a small SDK in your app checks a feed and applies updates. It is not a library you bolt onto an existing installer (Inno Setup, WiX, electron-builder) — vpk replaces that step.

SDKs: C#/.NET, C/C++ (a precompiled velopack_libc with a C and C++ API, also callable from any language with C FFI), Rust, JavaScript/Electron, Python. Platforms: Windows, macOS, Linux.

This skill is a faithful offline copy of the official docs. The narrative below is the map; open the matching file under references/ for exact APIs, flags, and full detail. Start navigation at references/CONTENTS.md.

Mental model — three moving parts

Installs
1
First Seen
3 days ago
velopack — hinoderun/velopack-skill