Study

How to install LM Studio on Linux

Haayany 2026. 1. 24. 03:28

Download LM studio

https://lmstudio.ai/download

 

Open terminal where the downloaded AppImage file located

I renamed the AppImage for myself, please don't get confused.

Make the .AppImage executable

chmod +x 0.3.39.AppImage
더보기

About chmod: change mode

*chmod syntax

chmod [options] [mode] [File_name]

example

chmod +x 0.3.39.AppImage

Here's more about chmod command
https://www.geeksforgeeks.org/linux-unix/chmod-command-linux/

chmod Command in Linux with Examples - GeeksforGeeks

Your All-in-One Learning Portal: GeeksforGeeks is a comprehensive educational platform that empowers learners across domains-spanning computer science and programming, school education, upskilling, commerce, software tools, competitive exams, and more.

http://www.geeksforgeeks.org

 

GeeksforGeeks | 404

Your All-in-One Learning Portal. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.

www.geeksforgeeks.org

 

Extract the AppImage

./0.3.39.AppImage --appimage-extract

this will create a folder (directory),  named squashfs-root.
move your terminal directory to the folder where extracted files are.

cd squashfs-root

*or you can open another terminal in GUI

 

Change Ownership of chrome-sandbox

sudo chown root:root chrome-sandbox

chown: change owner
The command above is to changing the owner to "root" user, "super user", so that the chrome-sandbox can be freely used for running LM Studio

sudo chmod 4755 chrome-sandbox

This command will change chrome-sandbox to read/write/execute

 

How to run LM studio

 

1. for GUI

You can run through AppImage directly. You can put it in the taskbar, too.

2. through terminal

Change directory accordingly!