Skip to content

Req v0.1.0-alpha.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 29 Jul 19:26
· 35 commits to main since this release
4fd9c70

A terminal-based API client built for the Boot.dev Hackathon 2025.

Installation:

go install github.com/maniac-en/req@v0.1.0-alpha.1

Prebuilt binaries:

  • Linux: req-v0.1.0-alpha.1-linux-amd64, req-v0.1.0-alpha.1-linux-arm64
  • macOS: req-v0.1.0-alpha.1-darwin-amd64, req-v0.1.0-alpha.1-darwin-arm64
  • Windows: req-v0.1.0-alpha.1-windows-amd64.exe

Usage: Run req in your terminal

Breaking Changes:
Database schema has been updated. Please remove your existing database:

# Linux/macOS
rm ~/.cache/req/app.db

# Windows
del %LOCALAPPDATA%\req\app.db

Note: This is early development software. Core HTTP execution features are still in progress.

Full changelog: https://github.com/maniac-en/req/commits/v0.1.0-alpha.1