Corridor for Linux
Native Linux application with system tray integration for all major distributions
Quick Install (Recommended)
One command to download, install, and make executable
curl -fsSL https://corridor.rknain.com/install-linux.sh | bashInstalls to ~/.local/bin/corridor • Adds to PATH
Manual Download
After Download:
$ chmod +x corridor$ ./corridorOr simply double-click the file after making it executable
Key Features
Quick Start Guide
Install
Use the quick install command above, or download manually and run chmod +x
Run corridor
Execute: corridor - Runs detached from terminal. A setup dialog will appear on first run
$ corridorConfigure Settings
Enter your token, choose mode (Interactive/Silent), and enable auto-start
Start Syncing
Click "Save and Start" - check system tray for the Corridor icon
Compatibility
Supported Distributions
Not Compatible
Requirements
- glibc 2.31 or newer
- OpenSSL 3.x (libssl.so.3)
- Python 3.8+ with tkinter (for setup dialogs)
- X11 or Wayland display server
- System tray support (optional)
Auto-Start Configuration
The setup wizard creates an auto-start entry automatically. Alternatively, you can set it up manually:
Troubleshooting
Setup dialog not appearing
Install Python 3 with tkinter:
$ sudo apt install python3-tkSystem tray icon missing
For GNOME, install the AppIndicator extension:
$ sudo apt install gnome-shell-extension-appindicatorPermission denied error
Make sure the binary is executable:
$ chmod +x corridorViewing logs / Debug mode
By default, corridor runs detached. To see logs and debug output:
$ corridor --debugOr use -d for short: corridor -d