Writer Studio for Linux
64-bit (x86_64)
This is an alpha release. Core functionality works, but you may encounter bugs, incomplete features, and breaking changes between versions. Your data is safe — manuscripts are standard files on your machine.
AppImage
A portable, self-contained package that runs on most Linux distributions without installation. No root access required.
Usage
- Download the
.AppImage file
- Make it executable:
chmod +x Writer-Studio-*.AppImage
- Run it:
./Writer-Studio-*.AppImage
You can place the AppImage in any directory, e.g. ~/Applications/. To integrate with your desktop environment, use AppImageLauncher.
Debian / Ubuntu
For Debian-based distributions (Ubuntu, Linux Mint, Pop!_OS, etc.). Installs system-wide with a desktop entry.
Installation
- Download the
.deb package
- Install:
sudo dpkg -i Writer-Studio-*.deb
- Fix dependencies if needed:
sudo apt install -f
- Launch from your application menu
Dependencies
Writer Studio uses WebKitGTK for its interface. These libraries are required:
The .deb package declares these as dependencies, so apt will install them automatically. For the AppImage, install them manually if not already present.
System Requirements
- 64-bit Linux distribution (x86_64)
- GTK 3 and WebKit2GTK 4.1
- glibc 2.31 or later (Ubuntu 20.04+, Debian 11+, Fedora 32+)
- ~200 MB disk space
Uninstall
AppImage
- Delete the
.AppImage file
Debian package
sudo apt remove writer-studio
Project files remain in their original locations — they are standard files you can read without this software.