A native macOS application for Granted.
- Profile Management - Parse and display profiles from
~/.aws/configand~/.aws/credentials - Terminal Integration - Launch Terminal, iTerm2, or Warp with profile set
- AWS Console - Open AWS Console directly with your chosen profile
- Search & Filter - Find profiles by name, account ID, or region
- macOS 14.0 (Sonoma) or later
- Swift 5.9+ (for building from source)
- AWS CLI
- Granted
brew tap clarkemn/switchboard
brew install switchboard# Clone and build
git clone https://github.com/clarkemn/switchboard.git
cd switchboard
./build.sh release
# Install
cp -r .build/Switchboard.app /Applications/
# Launch
open /Applications/Switchboard.appMIT License - see LICENSE