tslime v0.1.1
Distribution and release-pipeline fixes.
Changed
- Linux release binary is now statically linked (musl target), so the single
tslime-linux-x86_64download runs on any x86_64 Linux distribution
regardless of glibc version. - Install documentation now leads with
cargo installand a Homebrew tap;
see the README for per-platform paths.
Fixed
- macOS distribution: prebuilt macOS binaries are no longer published (the
previous one was Gatekeeper-blocked and mislabeled as x86_64 while actually
being arm64). Install on macOS viabrew install tamirelazar/tslime/tslime
orcargo install tslime, both of which avoid Gatekeeper.
Added
- Homebrew tap
tamirelazar/homebrew-tslime(source build). - One-paste install blocks for Linux and Windows in the README: they fetch the
latest release binary, install it to a user directory, put it onPATH, and
(on Windows) clear the Mark-of-the-Web so SmartScreen stays quiet. - Nix flake:
nix run github:tamirelazar/tslimeruns tslime ephemerally without
installing;nix buildandnix profile installare also supported. - Docker image on GHCR:
docker run --rm -it ghcr.io/tamirelazar/tslimeruns
tslime ephemerally without installing (published on release; linux/amd64).