← Back to tools
View AGENTS.md for chiko
Description
chiko is a simple tool to interact with gRPC services using a beautiful terminal interface. It provides an intuitive TUI for making gRPC calls and exploring gRPC service definitions.
When to use this tool
✓ Good fit when
- When you need to test gRPC services from the terminal
- When you want an interactive gRPC client
✕ Avoid when
- When you need HTTP/REST API testing
AI Summary
A beautiful TUI gRPC client for interacting with gRPC services from the terminal
Capabilities
- + Make gRPC calls interactively
- + Explore gRPC service definitions
- + Beautiful terminal interface
- + Server reflection support
Use When
- → When you need to test gRPC services from the terminal
- → When you want an interactive gRPC client
Avoid When
- x When you need HTTP/REST API testing