Releases: OlympProject/olympapi-release
OlympAPI v1.0.0
OlympAPI v1.0.0
Native desktop API client for Windows and Linux. OlympAPI delivers a clean, focused HTTP client for professional API work — no bloat, no forced cloud, no subscription.
What's new
- Windows release build
- Linux release build
- SHA256 checksums
- Optional GPG signature for checksum verification
Downloads
| Platform | File |
|---|---|
| Windows Installer | OlympAPI-Setup-v1.0.0-windows-x64.exe |
| Windows ZIP | OlympAPI-v1.0.0-windows-x64.zip |
| Linux x64 | OlympAPI-v1.0.0-linux-x64.tar.gz |
Verification
SHA256 checksums: SHA256SUMS.txt
GPG signature: SHA256SUMS.txt.asc
GPG public key: GPGPublickey.md
Windows SmartScreen notice
Windows may show a SmartScreen warning on first run. Click More info → Run anyway. The binary is GPG-signed and checksummed above.
OlympAPI Validation Suite (Docker)
Pull and run the test server directly:
docker pull ghcr.io/olympproject/olympapi-validation-suite:v1.0.0
docker run --rm -p 3001:3001 -p 3443:3443 \
ghcr.io/olympproject/olympapi-validation-suite:v1.0.0Full compose setup (API + Proxy) is available in the
olympapi-validation-suite
directory in this repository.
OlympAPI v0.9.5
OlympAPI v0.9.5
Native desktop API client for Windows and Linux.
What's new
- ...
Downloads
| Platform | File |
|---|---|
| Windows Installer | OlympAPI-Setup-v0.9.5-windows-x64.exe |
| Windows ZIP | OlympAPI-v0.9.5-windows-x64.zip |
| Linux x64 | OlympAPI-v0.9.5-linux-x64.tar.gz |
Verification
SHA256 checksums: SHA256SUMS.txt
GPG signature: SHA256SUMS.txt.asc
GPG public key: GPGPublickey.md
Windows SmartScreen notice
Windows may show a SmartScreen warning on first run. Click More info → Run anyway. The binary is GPG-signed and checksummed above.
OlympAPI Validation Suite (Docker)
Pull and run the test server directly:
docker pull ghcr.io/olympproject/olympapi-validation-suite:v0.9.5
docker run --rm -p 3001:3001 -p 3443:3443 \
ghcr.io/olympproject/olympapi-validation-suite:v0.9.5Full compose setup (API + Proxy) is available in the
olympapi-validation-suite
directory in this repository.