Orbitiny Desktop for Linux: modular, portable and innovative desktop

Last update: 08/01/2026
Author Isaac
  • Orbitiny Desktop is a modular and portable graphical environment for Linux, created from scratch with Qt and C++, which can run on top of other desktops or as a main DE.
  • It offers exclusive features such as desktop gestures, dynamic icon emblems, multi-paste, virtual desktops with independent directories, and highly configurable panels with profiles.
  • Its architecture is based on 47 decoupled components, with automatic restart of critical processes, its own file manager (Qutiny), device manager, integrated support for WINE/DOSBox, and an advanced manager of the clipboard.
  • It includes portable mode based on start-orbitiny and .portable_mode, standard integration in $HOME/.config/orbitiny, a graphical installer, a dynamic theme engine, and a large number of bug fixes and stability improvements.

Orbitiny Desktop for Linux

If you've been tinkering with Linux for a while, you might easily get the feeling that all desks end up looking alikeGNOME on one hand, KDE Plasma on the other, Xfce, Cinnamon… some more minimalist, others more elaborate, but with very similar ideas. Orbitiny Desktop arrives just in time to break that monotony without forcing you to give up the classic experience of icons, panel, and menus.

Orbitiny is a project created almost entirely by one person that has grown to become a huge, modular, and portable desktop ecosystemBuilt from scratch with Qt and C++, it's not a fork or a customization layer, but its own environment that can run on top of your existing desktop (like any other app) or be installed as your main environment, with some pretty crazy features you won't find in other desktop environments.

What is Orbitiny Desktop and why is it so different?

Orbitiny Desktop is a complete graphical environment for Linux. Developed from scratch using Qt and programmed entirely in C++. The author literally started with a blank window in Qt Creator and, with There, has turned it into a desktop with 47 different components: 45 external programs (including applets and utilities) and 2 internal ones that will also be separated.

Their philosophy revolves around three pillars: functionality, innovation and extensibilityWhile maintaining a familiar look for anyone coming from classic desktop environments, it doesn't offer a strange or experimental design; you still have your panel, application menu, desktop icons, and system tray. However, underneath, it incorporates ideas rarely seen together in a desktop environment.

One of the keys is that Orbitiny does not include its own window managerIt relies on the desktop environment already used by your distribution (KDE Plasma, GNOME, Xfce, etc.) and runs like any other program, drawing its own full-screen desktop window on top of the host environment. This way, even on desktops without icons, such as "pure" GNOME, you can still have a desktop with folders and files.

Furthermore, Orbitiny can work in two ways: as guest desktop on top of your current DE or as a system-level installed environment, selectable from the session manager. This duality is possible thanks to a highly modular design and the developer's obsession with portability.

Orbitiny desktop on Linux

Extreme portability: laptop mode and system mode

One of the most striking aspects of Orbitiny is its focus on the absolute desktop portabilityThe environment can run in portable mode without installation or in "non-portable" mode integrated with the system, and you decide how to use it on each machine, from regular computers to miniPCs like Framework Desktop MiniPC.

En portable modeAll the necessary files (binaries, libraries, utilities, and settings) reside within a single directory. The user only needs to run the script start-orbitiny From that folder, the desktop appears over the current environment, without affecting the host system. All configurations are saved in the same directory as the script, so simply copying that folder to a USB drive is sufficient. USB to take your entire desktop environment to another machine, even in SBCs with lightweight distros like DietPi.

To activate this behavior, Orbitiny checks for the existence of a special file called .portable_modeDepending on the version, this file is searched for in $BASE_DIR or in $BASE_DIR/usr/binWhen the file exists, the internal variable $BASE_DIR points to that portable directory and $SHARED_DIR references the "shared" subfolder, designed for you to store shared resources there and maintain portability between distros and Live environments.

En non-portable mode (that is, when installed at the system level), Orbitiny behaves like any modern graphical environment: Each user's preferences are saved in $HOME/.config/orbitinyThe eighth version of the desktop introduced a graphical installer that allows it to be deployed as a complete DE, without having to "hack" scripts or invent launchers, and without filling the system with files scattered everywhere: it is installed in a clearly delimited directory with everything necessary inside.

This flexibility allows you to use Orbitiny as Guest laptop desktop when you just want to try it out or carry it on a USB drive, and like main desk when you're convinced and want to start your session directly on it from the display manager.

Modular architecture and environmental stability

With the jump to recent versions, Orbitiny has undergone a massive rewrite of its codebaseWhat started as a desktop on top of another (intended only for portable guest mode) needed to mature in order to function autonomously, and that has led the developer to discard a good part of the old code and remake the structure from scratch.

The result is a modular architecture with 47 separate componentsMany components that were previously part of the main desktop process—the panel, settings utilities, device manager, and parts of the clipboard manager—have been extracted into separate applications. This way, if any of these modules crashes, the rest of the environment continues to function without causing a complete system freeze.

In addition, Orbitiny implements Automatic restart of critical processesIf the main desktop panel or window crashes, the system relaunches it without user intervention. This is especially important when using Orbitiny as a standalone session desktop, because it prevents you from being left staring at a screen. black screen in case of panel crash.

  What is Valve's Lepton compatibility layer and what is it used for?

At the same time, corrections have been made dozens of errors scattered throughout the environment: problems with dragging and dropping desktop icons, failures to reposition them, context menus that appeared in strange coordinates, clipboard manager crashes when double-clicking items, delays when moving the panel when docked to certain sides of the screen, errors in the notification area (SysTray) and very elusive bugs related to std::string and std::bad_alloc that could cause random closures in various components.

With this cleaning work, Orbitiny goes from being a curious experiment to a solid and surprisingly mature graphical environment It started as a personal project. Even so, the author insists that it is still in active development and that there are parts to be finished or rewritten later on.

Qutiny: the file manager as the centerpiece

Orbitiny doesn't rely on Dolphin, Thunar, or Nemo: it brings its own file manager, called Qutiny (sometimes Qutinty), which integrates deeply with the rest of the desktop and provides very specific functions aimed at improving daily work with files.

One of the defining characteristics of Qutiny is the icon emblemsWhen you cut or copy a file, the icon displays a small badge indicating whether it's being cut or copied to the clipboard. If it's a directory and its contents change (something is created or deleted), another badge is added indicating the modification. This logic has been extended to new, modified, and empty files and directories, so you can see at a glance what has changed in your file system without opening properties dialogs.

Quitiny offers unusual features such as File Joinwhich allows you to drag one text file onto another to add its content to the end of the destination file, or the option Paste into fileWith Qutiny, you can copy text or images from the clipboard directly to an existing file, either at the beginning or the end. If the operation is performed on a folder, Qutiny automatically creates a new file with the clipboard contents, generating unique names to prevent overwriting.

Another curious feature is the multi-glueYou can select multiple folders and press paste; Qutiny will distribute the clipboard contents across all of them. This works for files, text, and images, and when combined with the ability to open multiple terminals (one for each selected directory), you can set up very powerful workflows without leaving the graphical environment.

Quitiny also visually distinguishes mount points and user home directoriesMount points display specific icons, and the visible name includes the associated device. For example, if /dev/sdc1 is mounted at /mnt/my_point, the browser will display “my_point (/dev/sdc1)” instead of just “my_point”. Similarly, individual users' home folders use dedicated icons, not limited to the /home path, which helps identify your location without having to use the /home directory. terminal.

At the interaction level, the manager allows search by name and by content Within the files, there's an option to require multiple words to appear on the same line for better filtering. Small ergonomic details have been addressed: pressing a key in a folder initiates filtering instead of selecting the first matching item; icon size can be adjusted with either Ctrl+wheel or an alternative combination of right-click + wheel; and an advanced action, "Paste with rsync," has been added, which opens a terminal and uses rsync along with the time command to create robust copies and measure the time they take.

Visually, Qutiny has original songs like Coconut It also features icon, list, and detail views, including in search results. Multiple bugs related to intermittent selection, previews appearing even when disabled, excessively high CPU usage at idle, and inconsistent icon size steps have been fixed in recent versions.

The Orbitiny dashboard: profiles, plugins, and real drag & drop functionality.

The Orbitiny panel isn't just a pretty dock; it's a bar that goes all in on advanced settings and natural drag and dropYou don't need to activate a special editing mode: simply take a file or folder from the desktop or any file manager (Thunar, Nemo, Dolphin, Qutiny itself…) and drop it onto the panel to create a launcher.

This panel integrates a very complete application menuwith full drag-and-drop support within the menu itself. You can rearrange icons, move apps between categories, and manage a sidebar with frequently used shortcuts. The 18 available applets include the main launcher, taskbar, system tray, audio controls, drawers, quick settings, and more.

One of the most powerful functions is the support for multiple panel profilesEach profile is essentially a configuration directory with a specific set of applets and settings. From the Profile Manager, you can create, rename, activate, or deactivate profiles and switch between them as easily as changing TV channels, going from a minimalist work panel to one packed with shortcuts for entertainment or testing.

To avoid getting lost among the options, Orbitiny includes a Add-ons Manager, a Panel Manager, and a Theme Manager specific to the panelFrom centralized interfaces, you can add plugins with a double-click, create or delete panels, activate or deactivate toolbars, apply themes, export them, open their folders and rename them—all without wading through cascades of submenus. The goal is to eliminate the "maze-like" feeling that the author himself acknowledged in previous versions.

  Complete guide to enable virtualization in BIOS and UEFI step by step

The panel can attach to any edge, float in the center, or behave like a dock or deskbarIt features auto-adjusting options. It can be resized with the mouse and moved between monitors, and height calculation errors when switching to screens with different resolutions have been corrected, as well as resizing issues when anchored to the top or sides.

Desktop gestures, advanced context menus, and Control Panel

If there's one thing that defines Orbitiny, it's its native support for browser-style desktop gesturesYou can draw patterns with the mouse on an empty area of ​​the desktop to run commands custom or predefined actions, without the need for visible icons or configuration keyboard shortcuts classics.

The system supports up to 12 gestures per mouse button (left and right), plus additional actions for the middle click. All of this is configured in the "Gestures" section of the advanced preferences. You can also assign specific behaviors to double-clicking the desktop background or to combinations like holding down the right mouse button and double-clicking.

The desktop and file manager context menus also have their own personality. Instead of using the classic, blocking QMenu, Orbitiny employs non-blocking custom menusThis means that global X11 shortcuts continue to function even when a context menu is open. Within these menus, you'll find an integrated directory browser, a "Run" dropdown menu for executing commands on selected files, and a system of custom actions easily editable from the settings.

Global adjustment management is done through a Redesigned Control Panel, based on icons and independent modulesEach configuration section (desktop icons, appearance, panel, devices, etc.) runs as a separate utility; if one of these modules fails, it doesn't affect the entire desktop or panel. Furthermore, a real-time monitoring system for the settings.ini file has been introduced: if you open it, change parameters, and save, the desktop detects the changes and applies them immediately.

Visually, Orbitiny has been receiving aesthetic improvements such as "Liquid" fade effects on icons when hovering over them3D drop shadow text for icon titles (toggleable from the Control Panel) and a dynamic CSS-based theme engine editable on disk. The panel has its own theme manager, and the developer is building a backend API for a future global theme manager.

Advanced virtual desktops and desktops per monitor

Orbitiny doesn't settle for typical virtual desktops that simply hide or show windows. Its workspace applet goes further, allowing you to associate... a different desktop directory for each virtual desktopThus, when you switch workspaces, not only do the visible windows change: the folders that give content to the desktop also change, and therefore, so do their icons.

This idea is combined with the support for custom desktop directories separated by monitorYou are not required to use $HOME/Desktop; you can choose any folder for each screen and each virtual desktop. In practice, you can have a desktop dedicated to work, with your projects and documents, on one monitor, and a desktop focused on multimedia or system administration, with a different background and icons, on another monitor.

To integrate well with host desktops like GNOME or KDE, Orbitiny allows you to adjust the desktop content marginsFrom “Environment & Workspace Settings → Appearance” you can define the left, top, right, and bottom margins from which icons can be placed. This is very useful when Orbitiny runs on top of another desktop environment with existing panels, preventing icons from being hidden behind top or sidebars.

The developer notes also mention the behavior of special icons such as “Linux System” or “Disks & Partitions”, which for now open menus for disks, partitions, and system utilities, while a new version is being prepared. More complete "Team" windowThese access points are integrated with the configurations defined in the Control Panel, and in many cases allow you to assign external paths to utilities already present in the distro.

Device manager, WINE, DOSBox and other special functions

Beyond the desktop and panel, Orbitiny includes its own utilities that complete the experience. One of the most striking is its integrated device managercapable of enabling or disabling hardware Specifically, with a simple right-click, targeting the affected device directly and not the entire kernel module. This is done on the fly, without needing to restart or resort to global blacklists, and even facilitates workflows with shared network devices. share USB over the network.

The environment also brings integrated support for WINE and DOSBoxAll relevant components (desktop, panel, Qutiny) understand what to do with executables from Windows or DOS: if you drag an .exe to the panel or open it from the file manager, the path is automatically passed to WINE or DOSBox as the case may be, so running this type of binary becomes almost as natural as launching a native program.

Another interesting feature is the support for MAFF files (Mozilla Archive Format)If you double-click on one of these files, Orbitiny extracts it to /tmp and opens it as if it were a normal HTML page, thus recovering a format that many browsers stopped handling natively a long time ago.

The environment also incorporates a “Dashboard” type window This appears when you click on one of the edges of the desktop. It displays running tasks and installed applications, with search and filtering options. Currently, the detection of running applications is limited to X11, as Orbitiny officially only provides full support for this graphical server.

  Binary blobs in Linux: what they are, risks, policies and alternatives

Regarding the ongoing debate between X11 and Wayland, the developer has been very clear: Currently, only X11 is officially supported.Significant issues have been identified in Wayland: window task buttons don't appear correctly in the panel, and the system tray doesn't function as expected. Official support for Wayland compositors is planned for later, but current testing and active development are focused on X11.

Security, VIP files and advanced clipboard manager

Orbitiny also dedicates effort to preventing major user errors. For example, it incorporates a "VIP" list of files and directories defined in a vip_files.conf file. This list includes critical paths such as .config, .local, Desktop, and other important configuration elements. If you try to delete any of them from Qutiny, the system displays a special warning indicating that it is a crucial file or folder, asking for extra confirmation before proceeding.

When working with scripts, the system displays a dialog box with options for what to do with the file. In addition to always running, opening, or prompting, the ability to “Run and mark as safe”In this mode, Orbitiny calculates and stores a checksum for the script. If you run it again in the future and the checksum matches, you won't be prompted again, even if the general policy is set to "Ask." This combines convenience with a basic layer of security against unexpected script changes.

El Orbitiny clipboard manager It deserves special mention. Unlike many solutions that only handle text, this component also records files and images. You can copy a file, then copy text, open the clipboard manager window, and retrieve any of the entries with a double-click, or drag it directly from the window to another application or the desktop. Recent versions have fixed problems copying HTML data, errors with excessively large entries, and crashes when only text was present in the clipboard.

The developer's plan is to completely separate this manager into an independent process, just as has already been done with other utilities, to further strengthen the desktop stability against isolated hangsThis modular approach is repeated in almost the entire Orbitiny ecosystem.

Recent updates, fixes and roadmap

The latest versions of Orbitiny, such as 1.0 Pilot 3 and 1.0 Pilot 8, have brought very visible changes in the design and at the heart of the projectThe Control Panel has been completely redesigned with a more modern and cleaner interface, the file manager has gained a revamped sidebar, and the desktop in general has left behind much of the "Windows 95" look it had in its early days.

Among the most notable new features are the New graphical installer for system-level deployment, the CSS-based dynamic theme system, real-time monitoring of settings.ini, new text effects with drop shadow, a wallpaper picker rebuilt from scratch (no longer a workaround on Qutiny) and full integration between panel and desktop settings.

Very specific functions have also been introduced, such as the alternative keyboard shortcut. CTRL+Insert to copy files, the “Set as wallpaper” entry in the Qutiny context menu, protection against the deletion of VIP configuration files, a specific “Desktop Background/Wallpaper” option in the desktop menu, and multiple new utilities in the Control Panel related to appearance and global themes.

Meanwhile, the list of bug fixes is very long: from delays when repositioning desktop icons, ranging from errors when resizing the panel when docked to certain borders, persistent problems with the SysTray, failures when dragging files to the panel, drag and drop bugs on desktop icons that caused pop-up menus on empty boxes, to very specific errors in icon filtering or in the "Execute command" combo box of the context menu.

The developer maintains a subreddit and a YouTube channel dedicated to Orbitiny, where Publish previews, demo videos, and feedback requestsFurthermore, it has announced the upcoming release of Orbitiny Linux, its own distribution based on this desktop environment, and a set of domains—orbitiny.org, .com, and .net—where the official website will be hosted. Meanwhile, the source code is available on platforms such as Gitea and Codeberg under the GPL license.

As you can see, Orbitiny Desktop has become much more than a curiosity for desktop geeksOrbitiny is a massive desktop environment, comprised of dozens of independent components, designed to let you carry your desktop around on a USB drive or install it as your main desktop environment. It features gestures, multi-paste functionality, advanced file actions, fine-tuning of virtual and per-monitor desktops, native support for WINE/DOSBox, and an attention to detail rarely seen in individual projects. If you're tired of seeing the same old thing in GNOME, KDE, or Xfce, Orbitiny is one of those desktop environments that deserves at least an afternoon of testing to discover what it's capable of.

Raspberry Pi OS is now based on Debian 13 “Trixie”
Related article:
Raspberry Pi OS releases Debian 13 “Trixie” base with new desktop and metapackages