| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt | 2026-08-18 | 1.1 kB | |
| webrpc-gen.linux-arm64 | 2026-08-18 | 15.5 MB | |
| webrpc-gen.windows-amd64.exe | 2026-08-18 | 17.4 MB | |
| webrpc-test.darwin-arm64 | 2026-08-18 | 8.6 MB | |
| webrpc-test.windows-amd64.exe | 2026-08-18 | 9.2 MB | |
| webrpc-gen.darwin-amd64 | 2026-08-18 | 17.2 MB | |
| webrpc-test.darwin-amd64 | 2026-08-18 | 9.1 MB | |
| webrpc-test.linux-amd64 | 2026-08-18 | 9.0 MB | |
| webrpc-test.linux-arm64 | 2026-08-18 | 8.4 MB | |
| webrpc-gen.darwin-arm64 | 2026-08-18 | 16.2 MB | |
| webrpc-gen.linux-amd64 | 2026-08-18 | 16.7 MB | |
| webrpc-gen.windows-arm64.exe | 2026-08-18 | 16.0 MB | |
| webrpc-test.windows-arm64.exe | 2026-08-18 | 8.5 MB | |
| README.md | 2026-08-18 | 1.8 kB | |
| v0.44.0 source code.tar.gz | 2026-08-18 | 668.1 kB | |
| v0.44.0 source code.zip | 2026-08-18 | 738.1 kB | |
| Totals: 16 Items | 153.3 MB | 1 | |
Go package
go get github.com/webrpc/webrpc@v0.44.0
What's Changed
Other changes
- chore: make goreleaser replace UI-written release notes by @VojtechVitek in https://github.com/webrpc/webrpc/pull/496
- chore(deps): update webrpc/gen-typescript@v0.30.0 by @github-actions[bot] in https://github.com/webrpc/webrpc/pull/498
- fix(example): webrpc-streaming example was pinned to old typescript version by @VojtechVitek in https://github.com/webrpc/webrpc/pull/499
- chore(deps): update webrpc/gen-golang@v0.36.0 by @github-actions[bot] in https://github.com/webrpc/webrpc/pull/500
Full Changelog: https://github.com/webrpc/webrpc/compare/v0.43.1...v0.44.0
Docker
docker pull ghcr.io/webrpc/webrpc-gen:v0.44.0
Example: docker run -v $PWD:$PWD ghcr.io/webrpc/webrpc-gen:v0.44.0 -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.44.0" github.com/webrpc/webrpc/cmd/webrpc-gen@v0.44.0
Download binaries
macOS: amd64, arm64 (Apple Silicon) Linux: amd64, arm64 Windows: amd64, arm64