tidev v0.6.1
Install via npm
npm install -g tidevInstall via cargo
cargo install tidev --lockedManual download
| Platform | Binary |
|---|---|
| Linux x64 | tidev-linux-x64 |
| Linux ARM64 | tidev-linux-arm64 |
| macOS x64 | tidev-macos-x64 |
| macOS ARM64 | tidev-macos-arm64 |
| Windows x64 | tidev-windows-x64.exe |
Verify
Download tidev-sha256.txt and check:
sha256sum -c tidev-sha256.txt # Linux
shasum -a 256 -c tidev-sha256.txt # macOS