Skip to content

Application Setup

The Applications Setup section of Linutil lets you install popular Linux software through pre-written install scripts. Each script handles package manager differences across distros automatically.

Finding Applications

Use the search feature to quickly find what you need:

  • Press / while in the TUI to open the search/filter
  • Type part of the application name
  • The list filters in real time

Installing an Application

  1. Navigate to Applications Setup in the main menu
  2. Browse categories or search for the app you want
  3. Select the application and press Enter
  4. Linutil will run the install script — you may be prompted for your sudo password

Application Categories

Communication Apps

AppDescription
DiscordVoice, video, and text chat for communities
SignalEnd-to-end encrypted messaging
SlackTeam collaboration platform
TelegramFast, cloud-based messaging
ThunderbirdOpen-source email client
ZoomVideo conferencing

Developer Tools

AppDescription
VS CodeLightweight code editor by Microsoft
VS CodiumVS Code without Microsoft telemetry
CursorAI-powered code editor
NeovimCTT’s configured Neovim setup
ZedHigh-performance code editor written in Rust
GitHub DesktopGUI for Git and GitHub
DockerContainer platform
PodmanDaemonless container engine

Web Browsers

AppDescription
FirefoxOpen-source browser by Mozilla
BravePrivacy-focused Chromium browser
LibreWolfPrivacy-hardened Firefox fork
ChromiumOpen-source base for Chrome
Zen BrowserPrivacy-focused browser
Tor BrowserAnonymity browser via Tor network

Design Tools

AppDescription
GIMPFull-featured raster image editor
InkscapeVector graphics editor
KritaDigital painting and 2D animation
Blender3D modeling and animation
OBS StudioScreen recording and live streaming
KdenliveNon-linear video editor

Terminal & Shell

AppDescription
AlacrittyGPU-accelerated terminal emulator
KittyFeature-rich GPU terminal emulator
GhosttyHighly customizable terminal
Bash PromptCTT’s .bashrc configuration
ZSH PromptZSH shell with basic configuration

Other Notable Apps

AppDescription
FastfetchSystem info display tool
Flatpak / FlathubUniversal Linux app sandbox
BottlesRun Windows apps on Linux
WaydroidRun Android apps on Linux
DWM-TitusCTT’s configured DWM window manager
RofiApp launcher and window switcher
Auto CPU FrequencyAutomatic CPU power optimizer

Updating Linutil Itself

Two scripts in Applications Setup manage Linutil’s own lifecycle:

  • Linutil Installer — Installs a distro-specific Linutil package locally
  • Linutil Updater — Updates your local Linutil crate installation

Tip

If you installed Linutil via cargo install linutil_tui, use the Linutil Updater script to keep it current instead of running cargo install --force manually.

Last updated on