Unofficial Flatpak package of LM Studio
Find a file
2025-11-20 18:14:51 +01:00
icons Initial commit 2025-11-19 16:57:09 +01:00
screenshots Initial commit 2025-11-19 16:57:09 +01:00
.gitignore Create .gitignore 2025-11-19 19:37:24 +01:00
ai.lmstudio.lmstudio.appdata.xml Update LM Studio to 0.3.32-2 2025-11-20 18:14:51 +01:00
ai.lmstudio.lmstudio.desktop Initial commit 2025-11-19 16:57:09 +01:00
ai.lmstudio.lmstudio.yml Update LM Studio to 0.3.32-2 2025-11-20 18:14:51 +01:00
flathub.json Initial commit 2025-11-19 16:57:09 +01:00
README.md Add build instructions 2025-11-19 19:36:15 +01:00

LM Studio Flatpak

Unofficial Flatpak definition for LM Studio.

Building Instructions

To build and install this Flatpak, you need:

  • flatpak
  • flatpak-builder

Clone the repository and navigate to it in a terminal. Then, run:

# Install the Flathub repo (user installation) to pull dependencies (runtime)
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo --user
# Build and install the Flatpak.
flatpak-builder --user --force-clean --install-deps-from=flathub --repo=repo --install builddir ai.lmstudio.lmstudio.yml

Adapted from the Lunar Client flatpak. LM Studio is created by and property of Element Labs, Inc. Flatpak and Flathub do not own LM Studio. All rights are reserved to Element Labs, Inc.