| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt | 2026-08-23 | 1.1 kB | |
| webrpc-gen.windows-amd64.exe | 2026-08-23 | 17.4 MB | |
| webrpc-gen.windows-arm64.exe | 2026-08-23 | 16.0 MB | |
| webrpc-test.linux-amd64 | 2026-08-23 | 9.0 MB | |
| webrpc-test.linux-arm64 | 2026-08-23 | 8.4 MB | |
| webrpc-test.darwin-amd64 | 2026-08-23 | 9.1 MB | |
| webrpc-test.darwin-arm64 | 2026-08-23 | 8.6 MB | |
| webrpc-test.windows-amd64.exe | 2026-08-23 | 9.2 MB | |
| webrpc-test.windows-arm64.exe | 2026-08-23 | 8.5 MB | |
| webrpc-gen.darwin-amd64 | 2026-08-23 | 17.3 MB | |
| webrpc-gen.darwin-arm64 | 2026-08-23 | 16.3 MB | |
| webrpc-gen.linux-amd64 | 2026-08-23 | 16.8 MB | |
| webrpc-gen.linux-arm64 | 2026-08-23 | 15.6 MB | |
| README.md | 2026-08-23 | 1.9 kB | |
| v0.45.0 source code.tar.gz | 2026-08-23 | 725.1 kB | |
| v0.45.0 source code.zip | 2026-08-23 | 828.4 kB | |
| Totals: 16 Items | 153.8 MB | 0 | |
Go package
go get github.com/webrpc/webrpc@v0.45.0
What's Changed
Other changes
- docs: delete CHANGELOG.md by @VojtechVitek in https://github.com/webrpc/webrpc/pull/501
- docs: add AGENTS.md and expand SKILL.md with real-world usage patterns by @VojtechVitek in https://github.com/webrpc/webrpc/pull/502
- chore(deps): update webrpc/gen-typescript@v0.31.0 by @github-actions[bot] in https://github.com/webrpc/webrpc/pull/504
- chore(deps): update webrpc/gen-kotlin@v0.3.3 by @github-actions[bot] in https://github.com/webrpc/webrpc/pull/505
- feat: embed generator templates directly in this repo (gen/ monorepo) by @VojtechVitek in https://github.com/webrpc/webrpc/pull/503
Full Changelog: https://github.com/webrpc/webrpc/compare/v0.44.0...v0.45.0
Docker
docker pull ghcr.io/webrpc/webrpc-gen:v0.45.0
Example: docker run -v $PWD:$PWD ghcr.io/webrpc/webrpc-gen:v0.45.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.45.0" github.com/webrpc/webrpc/cmd/webrpc-gen@v0.45.0
Download binaries
macOS: amd64, arm64 (Apple Silicon) Linux: amd64, arm64 Windows: amd64, arm64