A lightweight, high-performance API client built in Go that doesn't rely on Chromium.
zbolt-preview.mp4
Zbolt is a fast API client designed to be a lightweight alternative to Postman and similar tools. Unlike traditional API clients that depend on Chromium or Electron frameworks, Zbolt is built with Go, providing superior performance and minimal resource consumption.
- HTTP Support - Standard HTTP/HTTPS requests for RESTful APIs
- WebSocket - Real-time bidirectional communication
- GraphQL - Full support for GraphQL queries and mutations
- gRPC - High-performance RPC framework support
- WebTransport - Modern web transport protocol support
- Lightweight - No Chromium dependency, minimal memory footprint
- Fast - Built with Go for optimal performance
- Open Source - BSD 3-Clause License
Traditional API clients like Postman rely on Chromium, which adds significant overhead and resource consumption. Zbolt provides:
- Faster startup times
- Lower memory usage
- Reduced CPU consumption
- No bloat from unnecessary dependencies
- A modern, responsive experience
- Go 1.16 or higher
go run .Coming soon - documentation will be updated as the project develops.
Zbolt is currently in active development. Most features are still being implemented and refined. Contributions and feedback are welcome.
Contributions are encouraged! Please feel free to:
- Open issues for bugs or feature requests
- Submit pull requests with improvements
- Help with documentation
- Provide feedback and suggestions
This project is licensed under the BSD 3-Clause License - see the LICENSE file for details.
- Core API client functionality
- User interface development
- Performance optimization
- Extended protocol support
- Plugin system
- Advanced testing features
For questions, suggestions, or to report issues, please use the GitHub Issues page.
Built with Go for speed and efficiency.