Download uVersion
The uVersion desktop client and server, free to download.
Not sure where to start? Follow the wiki guides: install the server · client quickstart · the whole wiki.
Desktop client
latest versionWindows
Windows 10 / 11 · x64
Signed NSIS installer. The uversion.exe CLI is added to PATH automatically.
macOS
macOS 11 Big Sur or later · Apple Silicon (M1/M2/M3/M4)
Apple signed and notarized. Open the .dmg and drag uVersion.app into Applications.
Linux
Ubuntu 24.04+, Debian 13+ · x86_64
In a terminal. The command installs FUSE 2 if needed, then puts the AppImage in ~/Applications:
curl -fSL https://uversion.io/downloads/client/install.sh | sh Updates itself, with no password and no admin rights. On another distribution, install its FUSE 2 equivalent.
Server
latest versionThe server is not downloaded by hand: an install command fetches the binary, installs PostgreSQL, creates the service and generates the self-signed TLS certificate. Copy the command for your system.
Windows
Windows 10 / 11, Windows Server 2019+ · x64
In PowerShell (administrator):
iwr https://uversion.io/downloads/server/install.ps1 -UseBasicParsing | iex Full Windows guide → Ubuntu / Debian
Ubuntu 24.04+, Debian 13+ · x86_64
Download the package and install:
cd /tmp && wget -N https://uversion.io/downloads/server/uversion-server_latest_amd64.deb
sudo apt install ./uversion-server_latest_amd64.deb Full Ubuntu / Debian guide → Rider plugin
latest versionJetBrains Rider
Rider 2025.1+ · Windows, macOS, Linux
The plugin installs from a repository hosted on uversion.io. Add the repository URL once in Rider: the plugin then appears in the list and Rider notifies you of updates automatically.
Plugin repository URL (add once in Rider):
https://uversion.io/downloads/plugin-rider/updatePlugins.xml - Settings → Plugins → ⚙ icon → Manage Plugin Repositories, then add the URL above.
- In the Marketplace tab, search for “uVersion” and click Install.
- Restart Rider. New versions then update in one click.
Manual install without the repository: Settings → Plugins → ⚙ → Install Plugin from Disk, then pick the .zip. No automatic updates this way.
The plugin delegates to the uversion CLI: sign in once with “uversion login” or the desktop client.