Aerospace is a tiling window management extension for Raycast.
It works with the existing installation of AeroSpace




aerospace config --config-path)The extension auto-detects the aerospace binary in the locations used by Homebrew, Nix, and nix-darwin. If you installed AeroSpace somewhere else (MacPorts, ~/.local/bin, a custom prefix), set Aerospace Binary Path in the extension preferences to the full path of the binary — run which aerospace in your terminal to find it.
Aerospace to view the available commandsAerospace Shortcuts command to view all shortcuts parsed from your config fileAerospace Configuration command to view your Aerospace configurationAerospace Menubar Shortcuts command to enable menubar shortcutsAerospace Switch Apps command to show the app in current workspaceThe extension supports programmatic access via Raycast deeplinks using launchContext. This allows integration with window tile manager tools like SketchyBar, Alfred, Keyboard Maestro, or custom scripts.
raycast://extensions/limonkufu/aerospace/switchApps?arguments={\"workspace\":\"all\"}&context={\"searchText\":\"AppName\"}
Parameters:
arguments - UI parameters (e.g., workspace selection)context - LaunchContext parameters passed without showing UI prompts (e.g., searchText for pre-filtering)This enables external tools to trigger the app switcher with pre-filtered search without displaying argument input prompts.
Contributions are welcome. Please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.