texstudio-qt6-builds

⚠️ Unofficial Builds - These are NOT official TeXstudio builds. This is an independent project providing custom builds with Qt6 and Poppler for modern Linux distributions. The official TeXstudio project does not endorse or support these builds.

For official builds, visit: https://www.texstudio.org/


TeXstudio Builds

Custom builds of TeXstudio with Qt6 and Poppler for modern Linux distributions.

Features

The easiest way to install TeXstudio and keep it updated is via our APT repository. This method will automatically install all required dependencies (Qt6, Poppler, Hunspell, etc.).

1. Add the repository

echo "deb [trusted=yes] https://mlmateos.github.io/texstudio-qt6-builds/ pool/" |   sudo tee /etc/apt/sources.list.d/texstudio.list

2. Update package list

sudo apt update

3. Install TeXstudio

sudo apt install texstudio

Note: This will automatically download and install all required dependencies, including:

4. Verify installation

texstudio --version
# Should show: TeXstudio 4.9.5 (4.9.5)

Updating

When a new version is released, simply run:

sudo apt update
sudo apt upgrade texstudio

📦 Alternative: Manual Installation

If you prefer to download the .deb package directly:

  1. Go to Releases
  2. Download the latest texstudio-*-qt6-amd64.deb
  3. Install with:
sudo apt install ./texstudio-*-qt6-amd64.deb

Dependencies will be automatically resolved and installed.


🐧 AppImage (Portable)

For a portable version that works on any Linux distribution:

  1. Download the latest texstudio-*-qt6-x86_64.AppImage from Releases
  2. Make it executable:
chmod +x texstudio-*.AppImage
./texstudio-*.AppImage

🔨 Build from Source

If you want to compile TeXstudio yourself, this repository provides automated build scripts.

Prerequisites

# Clone the repository
git clone https://github.com/mlmateos/texstudio-qt6-builds.git
cd texstudio-qt6-builds/scripts

Available Scripts

Quick Build

# Install dependencies
./install-texstudio-deps.sh

# Build .deb package
./build-texstudio-deb.sh --clean --poppler --sign

# Or build AppImage
./build-texstudio-appimage.sh --clean --poppler --sign

Advanced Usage

# Build specific version
./build-texstudio-deb.sh --branch 4.9.5 --clean --poppler --sign

# Publish to GitHub Releases
./build-texstudio-deb.sh --clean --poppler --sign --publish

See --help for all available options.


📋 Current Version

🛠️ System Requirements

📄 License

This project is licensed under the MIT License.

TeXstudio itself is licensed under GPL-2.0+.

🤝 Contributing

Issues and pull requests are welcome!

📞 Support


*Happy TeXing~/texstudio-qt6-builds 🎓