https://github.com/yasershahi/studio-linux
Linux Appimage for Studio by WordPress.com, a free desktop app that helps developers streamline their local WordPress development workflow.
https://github.com/yasershahi/studio-linux
appimage desktop-app development-environment electron linux local wordpress
Last synced: 3 months ago
JSON representation
Linux Appimage for Studio by WordPress.com, a free desktop app that helps developers streamline their local WordPress development workflow.
- Host: GitHub
- URL: https://github.com/yasershahi/studio-linux
- Owner: yasershahi
- Created: 2025-05-30T21:35:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-31T01:25:22.000Z (about 1 year ago)
- Last Synced: 2025-05-31T08:09:58.284Z (about 1 year ago)
- Topics: appimage, desktop-app, development-environment, electron, linux, local, wordpress
- Language: Shell
- Homepage:
- Size: 48.8 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WordPress.com Studio for Linux
Unofficial AppImage packaging for [Studio by WordPress.com](https://github.com/Automattic/studio).
## Quick Install
You can download the latest AppImage from the [releases page](https://github.com/yasershahi/studio-appimage/releases) and just run it!.
Alternatively, you can use [Gear Lever](https://flathub.org/apps/com.rafaelmardojai.GearLever), a Flatpak application for managing AppImages.
If AppImages do not run on your system, you might be missing `fuse` (Filesystem in Userspace). Install it using your distribution's package manager:
```bash
# Debian/Ubuntu
sudo apt-get install libfuse2
# Fedora
sudo dnf install fuse
# Arch Linux
sudo pacman -S fuse2
```
## Disclaimer
This is not an official package and is not affiliated with WordPress.com or Automattic Inc.