Manage SOCKS proxy, Xray configs, and SSH tunnels on macOS directly from Raycast.
Toggle SOCKS proxy from the macOS menu bar:
- Select which Xray config to run
- See the currently active config
- Automatic session management via tmux
Convert VLESS URLs to Xray JSON configurations:
- Automatic saving to your Xray directory
- Custom routing rules with support for additional countries, domains, and IPs
Browse, edit, and delete Xray configuration files:
- View file details (size, modification date, content preview)
- Built-in editor for quick changes
- Open in external editor
Create and manage SSH tunnel connections.
Manage VLESS subscription URLs and keep configs up to date.
This extension requires tmux and Xray installed on your system.
brew install tmux| Preference | Description | Default |
|---|---|---|
| SOCKS Host | Proxy host address | 127.0.0.1 |
| SOCKS Port | Proxy port number | 1080 |
| Xray Config Path | Directory with Xray binary and configs | ~/xray |
| Default Config | Default configuration file name | config.json |
If the extension cannot find tmux, make sure it is in your PATH. You can create a symlink:
sudo ln -s $(which tmux) /usr/local/bin/tmux- Verify your config file exists and contains valid JSON
- Ensure the configured port is not already in use
- Try running Xray manually to check for errors