An unofficial 𝕏 client for macOS

Your entire 𝕏
in one window.

XDeck brings the multi-column timeline back to your Mac. Following, lists, notifications, search — all visible at once, with ads quietly blocked in the background.

Download
XDeck running on macOS with multiple 𝕏 columns side by side
Configuration

Build your own deck.

Press ⌘, to open settings.json and arrange your columns however you like — Following, For You, Notifications, Profile, or any custom URL such as a list.

Each column can be customized, reordered, and resized. Your deck, your rules.

settings.json
{
  "$schema": "./schema.json",
  "columnWidth": 450,
  "columns": [
    { "type": "following" },
    { "type": "forYou" },
    { "type": "notifications" },
    { "type": "profile" },
    {
      "type": "custom",
      "url": "https://x.com/i/lists/123456789"
    }
  ]
}