Skip to main content

DeXtop Mode: Samsung DeX & Android Desktop Mode on Linux & macOS

DeXtop Mode is a modern, cross-platform Python GUI wrapper that launches a virtual second screen displaying your Android smartphone's desktop mode (Samsung DeX, Motorola Ready For, native Android AOSP Desktop Mode, etc.) on Linux distributions (Ubuntu, Debian, Linux Mint, Zorin OS, Pop!_OS) and macOS.

It utilizes the powerful engine of scrcpy in the background to handle control and high-performance video/audio streaming.


🚀 Key Features

  • Modern Control Center (GUI): A beautiful CustomTkinter desktop interface in dark mode. No terminal commands required!
  • Automated Wireless Debugging (ADB Over Wi-Fi):
    • Integrated Wireless Pairing (Association) dialog with step-by-step guidance.
    • Direct one-click Wi-Fi connection with smart IP & Port auto-filling.
  • Display Modes & Custom DPI Scaling:
    • Easily toggle between Secondary Display (DeX Mode) and Main Display Mirroring.
    • Customizable desktop display density (160 DPI standard desktop, 200 DPI, 240 DPI).
  • Smart Audio Redirection: Select your preferred output device (e.g. Bluetooth headphones, HDMI, internal PC speakers) dynamically from a dropdown menu using WirePlumber/PipeWire.
  • Intelligent Power Management (Anti-Veille):
    • Temporarily disables the smartphone's screen timeout (screen_off_timeout) while DeXtop Mode is running, and restores it automatically when closed.
    • Keeps your computer from sleeping during usage via systemd-inhibit.
    • Turns off the physical smartphone screen to save battery and avoid screen burn-in.
  • Automatic & Manual One UI Gesture Repair:
    • Automatically refreshes and restarts the One UI Home launcher (com.sec.android.app.launcher) upon disconnecting to prevent back gesture freezes on Samsung smartphones.
    • Prominent "Repair Phone Gestures (One UI)" button available on both the Connection and Settings tabs for 1-click manual repair anytime.
  • Mouse & Keyboard Lock (UHID):
    • Optional relative mouse capturing (UHID) for high precision control, customizable directly in the Settings tab (press LAlt or Super to release).
  • Cross-Platform Support (Linux & macOS):
    • Native Debian package (.deb), macOS installer (.dmg), PyPI package (pip install dextop-mode), and pipx launcher.
    • Automatic 1-click dependency installer (Homebrew) on macOS.
    • Includes StartupWMClass matching so the custom icon appears natively in your taskbar / dock while running.

🛠️ Prerequisites

  1. Compatible Smartphone:
    • Samsung Galaxy S series (S8 to S26), Note series, or Z Fold.
    • Motorola Edge or Razr series.
    • Any smartphone running Android 11+ (for wireless debugging) or Android 15+ (for native desktop mode).
  2. On your Phone:
    • Enable Developer Options (Settings > About Phone, tap Build Number 7 times).
    • Turn on USB Debugging and Wireless Debugging in Developer Options.
  3. On your Computer:
    • Linux: Any Debian/Ubuntu-based distribution (Ubuntu, Mint, Debian, Pop!_OS, Zorin OS, etc.).
    • macOS: macOS 11+ (Intel or Apple Silicon M1/M2/M3/M4).

📥 Installation

Choose your preferred installation method:

📦 Option 1: Debian / Ubuntu Package (.deb) — Linux Recommended

Download the latest .deb package from GitHub Releases and install it:

sudo apt install ./dextop-mode_1.0.10_all.deb

🍏 Option 2: macOS Installer (.dmg) — macOS Recommended

  1. Download dextop-mode_macOS.dmg from GitHub Releases.
  2. Double-click the .dmg image and open dextop-mode.app!
  3. If scrcpy or adb are missing, DeXtop Mode will offer a 1-click prompt to automatically install dependencies via Homebrew.

⚡ Option 3: One-Line Terminal Installer (Linux)

Run this single command in your terminal to automatically build & install the native .deb package:

curl -fsSL https://raw.githubusercontent.com/super-magistro/DeXtop-mode/main/install_dex.sh | bash

🐍 Option 4: PyPI / Pip / Pipx (Universal)

pip install dextop-mode
# or via pipx
pipx install dextop-mode

🛠️ Option 5: Build from Source

# 1. Clone this repository
git clone https://github.com/super-magistro/DeXtop-mode.git
cd DeXtop-mode

# 2. Build the .deb package (Linux)
chmod +x build_deb.sh
./build_deb.sh

# 3. Install the generated package
sudo apt install ./dextop-mode_1.0.10_all.deb

🪟 Option 6: Windows Installation (.exe)

  1. Download dextop-mode_windows_x64.exe from GitHub Releases and double-click to launch!
  2. If scrcpy or adb are missing, DeXtop Mode will offer a 1-click prompt to automatically install scrcpy via Winget.

💡 How to Use

  1. Ensure your phone and PC are on the same Wi-Fi network (or connected via USB).
  2. Open your system's application menu and search for DeXtop Mode.
  3. If using Wi-Fi for the first time:
    • Click Pair a New Device.
    • On your phone, inside Wireless Debugging, select Pair device with pairing code.
    • Enter the IP, the pairing port, and the 6-digit code shown, then click Start Pairing.
  4. In the main window, type the connection port shown on the phone (or plug in USB).
  5. Select your preferred Audio output in the Audio tab.
  6. Click Start DeX.
    • Your phone screen will turn off, the control GUI will hide itself, and your DeX window will pop up!
    • When you close the DeX window, the control GUI will reappear.

🗑️ Uninstallation

To remove DeXtop Mode, desktop menu entries, and configuration:

# On Linux (.deb)
sudo apt remove dextop-mode

# On Pip / Pipx
dextop --uninstall
pipx uninstall dextop-mode

💳 Credits

  • Engine: scrcpy by Genymobile.
  • Wrapper & Configurator: super-magistro.

Licensed under the MIT License. See LICENSE for details.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dextop_mode-1.0.12.tar.gz (17.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dextop_mode-1.0.12-py3-none-any.whl (15.5 kB view details)

Uploaded Python 3

File details

Details for the file dextop_mode-1.0.12.tar.gz.

File metadata

  • Download URL: dextop_mode-1.0.12.tar.gz
  • Upload date:
  • Size: 17.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for dextop_mode-1.0.12.tar.gz
Algorithm Hash digest
SHA256 036c2c9377a2e4c4ff47bec0a66290b62a1d0bdce20b1f5dd3da8380ed9eb7cf
MD5 232105ba5101b6e5515d1ac48b20cf5f
BLAKE2b-256 8226a4e8e572b0ef471927170d171d7e40a3aa22ed434ba06d1be201a322f811

See more details on using hashes here.

Provenance

The following attestation bundles were made for dextop_mode-1.0.12.tar.gz:

Publisher: release.yml on super-magistro/DeXtop-mode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dextop_mode-1.0.12-py3-none-any.whl.

File metadata

  • Download URL: dextop_mode-1.0.12-py3-none-any.whl
  • Upload date:
  • Size: 15.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for dextop_mode-1.0.12-py3-none-any.whl
Algorithm Hash digest
SHA256 129a3c0205c7ba94f2a024c4b360c121d641478ab50ff8bf20898434561bd133
MD5 8a94275db406b8fa7eb0d427469fa0c2
BLAKE2b-256 0ca3fdf9671f0f7c23340f613c6278c0b96889097a3e004951d45af59d02d549

See more details on using hashes here.

Provenance

The following attestation bundles were made for dextop_mode-1.0.12-py3-none-any.whl:

Publisher: release.yml on super-magistro/DeXtop-mode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

1.1.2

2 files

1.1.1

2 files

1.0.26

2 files

1.0.25

2 files

1.0.24

2 files

1.0.23

2 files

1.0.22

2 files

1.0.21

2 files

1.0.20

2 files

1.0.19

2 files

1.0.18

2 files

1.0.17

2 files

1.0.16

2 files

1.0.15

2 files

1.0.14

2 files

1.0.13

2 files

This release

1.0.12 This release

2 files

1.0.11

2 files

1.0.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page