Terminus: the modern terminal that revolutionizes your workflow on Linux

Introduction to Terminus

In the world of development and system administration, having an efficient and pleasant‑looking terminal can make the difference between a productive day and one full of frustrations. Terminus emerges as a modern alternative that combines performance, flexibility, and a polished aesthetic, designed specifically for Linux users who want to boost their workflow without sacrificing comfort.

What is Terminus?

Terminus is a cross‑platform terminal emulator built with web technologies such as Electron, React, and TypeScript. Although its base is similar to other Chromium‑based solutions, its focus is on delivering a native‑like terminal experience, with full support for shells like Bash, Zsh, Fish, and PowerShell, plus direct integration with development tools such as Git, Docker, and Kubernetes.

Main Features

  • Customizable interface with dark and light themes, plus the ability to create your own color schemes.
  • Panel splitting (splits) both horizontal and vertical, allowing you to work in multiple sessions simultaneously.
  • Quick access to frequent commands via the command palette (similar to VS Code’s).
  • Fully configurable keyboard shortcuts, letting you adapt the environment to your habits.
  • Integration with the system clipboard and drag‑and‑drop file support directly into the terminal.
  • Advanced history logging with incremental search and session filtering.
  • Extensions and plugins that add features such as Git views, resource monitoring, and notifications.

Installation on Popular Linux Distributions

Below is how to install Terminus on the main distributions. All methods use the official package manager or community repositories, ensuring secure updates.

Ubuntu and Debian

First, add the official Terminus repository:

  • Run wget -qO - https://packages.eugeny.us/terminus-release.gpg.key | sudo apt-key add -
  • Add the repository with sudo add-apt-repository 'deb https://packages.eugeny.us/terminus-$(lsb_release -cs) main'
  • Update the package list: sudo apt update
  • Install the application: sudo apt install terminus

Fedora

On Fedora you can use the COPR repository:

  • Enable the repository: sudo dnf copr reload eclipseo/terminus

    This post is also available in ESPAÑOL.

Leave a Reply

Your email address will not be published. Required fields are marked *

Esta obra está bajo una Licencia Creative Commons Atribución 4.0 Internacional para Francesc Roig francesc@vivaldi.net .