FlashSpace is a virtual workspace manager for macOS that replaces the native Spaces functionality with faster switching and more granular control.
The problem FlashSpace solves is the slowness and limitations of macOS's built-in Spaces feature. It works by letting you define virtual workspaces and assign specific applications to each one, tied to particular displays. When you switch to a workspace using a hotkey, the assigned applications appear while others on that display hide automatically. The tool supports multiple displays with independent workspace switching per display, and includes features like focus detection to activate workspaces when you switch to an assigned app, a Space Control grid for previewing all workspaces at once, and a Workspace Switcher accessible via Option+Tab for quick navigation.
FlashSpace suits macOS users who work with multiple applications across several displays and want instant workspace switching without animation delays. It works best for those willing to configure workspaces upfront by assigning apps to them. The tool offers both graphical configuration and file-based setup through JSON, YAML, or TOML formats, plus a command-line interface for automation. Additional features include floating apps that remain visible across all workspaces, hotkey management, swipe gesture customization, profiles for switching between different configurations, and integrations with SketchyBar and Raycast.
The project maintains a focused scope around workspace management following UNIX philosophy. Development shows consistent attention to performance optimization as a core value. The codebase is written in Swift and built for macOS 14.0 or later with the requirement that "Displays have separate Spaces" be enabled in system settings. The tool is distributed through Homebrew, binary releases, and source builds, indicating a mature distribution approach.