Terminal-based X.com client with vim-style navigation so you never need to leave your terminal while your agent is on work. Stay dopaminated, stay in the loop :) Built with OpenTUI and Bun.
Early Development: This project is in early development. Expect bugs and breaking changes.
Requires Bun:
bun install -g xfeedNote:
npm installwon't work - xfeed requires the Bun runtime.
- macOS or Linux
- Bun >= 1.0
- A terminal with true color support (Ghostty, iTerm2, Kitty, Warp)
- X/Twitter cookies in a supported browser (Safari, Chrome, Arc, Brave, Firefox)
xfeedOn first run, you'll be prompted to select a browser to read cookies from or enter cookies manually.
See CONTRIBUTING.md for guidelines.
This project is not affiliated with, endorsed by, or connected to X Corp (formerly Twitter) in any way. It uses undocumented APIs which may break at any time. Use at your own risk. The authors are not responsible for any consequences of using this software, including but not limited to account restrictions.
- bird by Peter Steinberger - X API client implementation
- OpenTUI - Terminal UI framework
- sweet-cookie - Browser cookie extraction