GitHub Action to fetch the latest LM Studio Linux builds (AppImage & DEB) and create a release.
LM Studio on Linux:
- β Doesn't auto-update
- β Doesn't provide a fixed versioned download URL
- β Has direct download links for latest builds
This makes it hard for Linux users to keep LM Studio up to date & this action solves that by:
- Fetching the latest version from LM Studio's download redirects
- Checking if that version already exists as a GitHub release
- If not, downloading all formats (AppImage & DEB for x64 and arm64) and publishing a release
Linux users can then update via GitHub releases, scripts, or package managers using a consistent URL.
Each release includes:
- x64 (AMD/Intel): AppImage & DEB
- ARM64: AppImage & DEB
To automate updates for your LM Studio AppImage on Linux, use Gear Lever. It supports update sources like GitHub releases and static URLs. Configure the update URL based on your system architecture:
-
x86_64 (AppImage)
https://github.com/udit-001/lmstudio-linux-release/releases/download/*/LM-Studio-*-x64.AppImage -
ARM64 (AppImage)
https://github.com/udit-001/lmstudio-linux-release/releases/download/*/LM-Studio-*-arm64.AppImage
These URLs will allow automatic fetching of the latest releases. For more detailed instructions, refer to the update guide.
- β³ Last Released On: 2026-08-13 02:02:56 UTC
- π Last Run: 2026-08-23 01:20:50 UTC