| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt | 2026-09-07 | 1.1 kB | |
| webrpc-gen.darwin-arm64 | 2026-09-07 | 16.4 MB | |
| webrpc-test.darwin-arm64 | 2026-09-07 | 8.7 MB | |
| webrpc-gen.linux-arm64 | 2026-09-07 | 15.7 MB | |
| webrpc-gen.windows-arm64.exe | 2026-09-07 | 16.1 MB | |
| webrpc-test.windows-amd64.exe | 2026-09-07 | 9.3 MB | |
| webrpc-test.linux-amd64 | 2026-09-07 | 9.1 MB | |
| webrpc-test.linux-arm64 | 2026-09-07 | 8.5 MB | |
| webrpc-test.windows-arm64.exe | 2026-09-07 | 8.6 MB | |
| webrpc-gen.darwin-amd64 | 2026-09-07 | 17.4 MB | |
| webrpc-gen.linux-amd64 | 2026-09-07 | 16.9 MB | |
| webrpc-gen.windows-amd64.exe | 2026-09-07 | 17.5 MB | |
| webrpc-test.darwin-amd64 | 2026-09-07 | 9.2 MB | |
| README.md | 2026-09-03 | 1.4 kB | |
| v0.46.1 source code.tar.gz | 2026-09-03 | 799.5 kB | |
| v0.46.1 source code.zip | 2026-09-03 | 910.1 kB | |
| Totals: 16 Items | 155.2 MB | 0 | |
Go package
go get github.com/webrpc/webrpc@v0.46.1
What's Changed
Other changes
- fix(gen/openapi): don't crash or emit invalid paths on a zero-service schema by @david-littlefarmer in https://github.com/webrpc/webrpc/pull/510
Full Changelog: https://github.com/webrpc/webrpc/compare/v0.46.0...v0.46.1
Docker
docker pull ghcr.io/webrpc/webrpc-gen:v0.46.1
Example: docker run -v $PWD:$PWD ghcr.io/webrpc/webrpc-gen:v0.46.1 -schema=$PWD/api.ridl -target=golang
Homebrew
brew tap webrpc/tap
brew install webrpc-gen
Build from source
go install -ldflags="-s -w -X github.com/webrpc/webrpc.VERSION=v0.46.1" github.com/webrpc/webrpc/cmd/webrpc-gen@v0.46.1
Download binaries
macOS: amd64, arm64 (Apple Silicon) Linux: amd64, arm64 Windows: amd64, arm64