版本发布 1
## tramp-rpc-server 0.5.0 ### What's New - **Size-optimized static binaries** - Linux binaries are now fully static (musl) and ~45% smaller - Built with `build-std` for maximum size reduction ### Installation This release is automatically downloaded by the Emacs package when needed. For manual installation, download the appropriate binary for your architecture: | Architecture | File | Notes | |-------------|------|-------| | Linux x86_64 | `tramp-rpc-server-x86_64-linux-0.5.0.tar.gz` | Static musl binary | | Linux aarch64 | `tramp-rpc-server-aarch64-linux-0.5.0.tar.gz` | Static musl binary | | macOS x86_64 | `tramp-rpc-server-x86_64-darwin-0.5.0.tar.gz` | | | macOS aarch64 (Apple Silicon) | `tramp-rpc-server-aarch64-darwin-0.5.0.tar.gz` | | Linux binaries are fully statically linked and will work on any Linux distribution. Extract and place the binary in: ``` ~/.cache/tramp-rpc/tramp-rpc-server-0.5.0 ``` ### Checksums SHA256 checksums are provided in `.sha256` files for each binary.