A terminal UI for Bluesky built with Bun, React, and Gridland.
Homebrew:
brew install blackmichael/tap/tuiskyTuisky is a neovim-like Bluesky client for the terminal. It supports features like:
- login with a Bluesky handle and app password
- browsing timelines and feeds
- opening post detail threads
- browsing author profiles
- liking, reposting, and replying from the terminal UI
- Bun
- A Bluesky account
You can also prefill login credentials with environment variables:
export ATP_USERNAME="your.handle.bsky.social"
export ATP_PASSWORD="your-app-password"For development commands, release workflow details, testing expectations, and repo-specific implementation guidance, see AGENTS.md.