AWS · terminal · read-only

Browse your AWS accounts without leaving the terminal.

65 services behind one fuzzy search, console-style detail panes, live log tailing, CloudWatch charts, and links you can follow across services and regions. It issues only describe, list and get calls — nothing it does can change your account.

curl -fsSL https://raw.githubusercontent.com/neboto/neboto-tui/main/install.sh | sh

Recorded against a local AWS emulator, hence the ⚙ localhost:4566 badge. Nothing on screen is a real account.

What you get

One resource, every angle

A security group's inbound rules, the interfaces that use it, and a link back to each instance — one pane, no tab-hopping.

neboto showing a security group's inbound rules in the split detail pane, with the EC2 sub-tabs above and the status bar below

Read-only is the point

Every assumed cross-account session is pinned to the AWS-managed ReadOnlyAccess session policy, and the full IAM footprint is documented action by action in PERMISSIONS.md. Security teams can approve it because it cannot mutate. When you do want to change something, C copies the ready-to-run AWS CLI command for the selected resource, region and ids filled in.

Permissions and the read-only guarantee →