DigStore v0.4.12
DigStore v0.4.12
Quick Install
Windows (PowerShell):
irm https://github.com/DIG-Network/digstore/releases/download/v0.4.12/install.ps1 | iex
Linux/macOS (Bash):
curl -fsSL https://github.com/DIG-Network/digstore/releases/download/v0.4.12/install.sh | bash
Manual Downloads
- Windows: digstore-windows-x64-v0.4.12.exe
- macOS: digstore-macos-universal-v0.4.12
- Linux: digstore-linux-x64-v0.4.12
- Checksums: checksums.txt
Version Management
DigStore now uses an NVM-style version management system:
- Multiple versions can be installed side-by-side
- Easy switching between versions with
digstore version set <version>
- Clean uninstallation with
digstore version remove <version>
🔒 Security: Always verify checksums before installation