Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Releases: NDXDeveloper/slashsum

v0.2.11

11 Jan 15:13

Choose a tag to compare

🚀 Slashsum v0.2.11

Calculate multiple checksums simultaneously with parallel processing.

📦 Downloads

Documentation

  • 📖 INSTALL: Complete installation guide for all platforms

Portable packages (includes install script, LICENSE, README)

  • 🐧 Linux: slashsum-linux-amd64-portable.tar.gz
  • 🪟 Windows: slashsum-windows-amd64-portable.zip
  • 🍎 macOS: slashsum-darwin-amd64-portable.tar.gz

Windows Installers

  • 👤 User Installer: slashsum-setup-user-v0.2.11.exe (no admin rights required)
  • 🔐 Admin Installer: slashsum-setup-admin-v0.2.11.exe (system-wide installation)

Linux Packages

  • 📦 Snap: slashsum_v0.2.11_amd64.snap
  • 📋 DEB: slashsum_v0.2.11_amd64.deb

🛠️ Installation

Windows (Recommended - Installers)

👤 User installation (no admin required):

# Download and double-click to install
# Installs to %LOCALAPPDATA%\Slashsum
# Available only for current user

🔐 System installation (admin required):

# Download and right-click → "Run as administrator"
# Installs to C:\Program Files\Slashsum
# Available for all system users

Windows (Portable)

# Extract the ZIP archive
Expand-Archive slashsum-windows-amd64-portable.zip -DestinationPath .
cd slashsum-windows-amd64-portable

# Run install script (or right-click > Run as administrator)
.\install.bat

# Or manual: copy slashsum.exe to a folder in your PATH

Ubuntu/Debian (DEB)

wget https://github.com/NDXDeveloper/slashsum/releases/download/v0.2.11/slashsum_v0.2.11_amd64.deb
sudo apt install ./slashsum_v0.2.11_amd64.deb
hash -r
slashsum --version

Linux (Snap Store - Recommended)

Get it from the Snap Store

sudo snap install slashsum
sudo snap connect slashsum:home
sudo snap connect slashsum:removable-media
hash -r  # Refresh shell path cache
slashsum --version

Linux (Snap from GitHub Release)

wget https://github.com/NDXDeveloper/slashsum/releases/download/v0.2.11/slashsum_v0.2.11_amd64.snap
sudo snap install --dangerous slashsum_v0.2.11_amd64.snap
sudo snap connect slashsum:home
sudo snap connect slashsum:removable-media
hash -r  # Refresh shell path cache
slashsum --version

macOS

# Download and extract
tar -xzvf slashsum-darwin-amd64-portable.tar.gz
cd slashsum-darwin-amd64-portable

# Run the install script
sudo ./install.sh

# Or manual installation
chmod +x slashsum
sudo mv slashsum /usr/local/bin/

Linux (Portable)

# Download and extract
tar -xzvf slashsum-linux-amd64-portable.tar.gz
cd slashsum-linux-amd64-portable

# Run the install script
sudo ./install.sh

# Or manual installation
chmod +x slashsum
sudo mv slashsum /usr/local/bin/

✨ Features

  • Algorithms: CRC32, MD5, SHA1, SHA256, SHA512
  • Parallel processing for optimal performance
  • Chunked reading for large files
  • Save results with --save option
  • Cross-platform: Linux, Windows, macOS

🚀 Usage

# Calculate checksums
slashsum file.txt

# Save to .checksum file
slashsum file.txt --save

# Show help
slashsum --help

# Show version
slashsum --version

🔧 Technical Details

  • Binary size: ~650KB
  • Dependencies: None (static binary)
  • License: MIT
  • Architecture: x86_64 only

📋 Checksums

All binaries are built from the same source code with version v0.2.11.
You can verify integrity by comparing checksums between platforms.

Full Changelog: v0.2.10...v0.2.11

v0.2.10

11 Jan 14:31

Choose a tag to compare

🚀 Slashsum v0.2.10

Calculate multiple checksums simultaneously with parallel processing.

📦 Downloads

Documentation

  • 📖 INSTALL: Complete installation guide for all platforms

Portable packages (includes install script, LICENSE, README)

  • 🐧 Linux: slashsum-linux-amd64-portable.tar.gz
  • 🪟 Windows: slashsum-windows-amd64-portable.zip
  • 🍎 macOS: slashsum-darwin-amd64-portable.tar.gz

Windows Installers

  • 👤 User Installer: slashsum-setup-user-v0.2.10.exe (no admin rights required)
  • 🔐 Admin Installer: slashsum-setup-admin-v0.2.10.exe (system-wide installation)

Linux Packages

  • 📦 Snap: slashsum_v0.2.10_amd64.snap
  • 📋 DEB: slashsum_v0.2.10_amd64.deb

🛠️ Installation

Windows (Recommended - Installers)

👤 User installation (no admin required):

# Download and double-click to install
# Installs to %LOCALAPPDATA%\Slashsum
# Available only for current user

🔐 System installation (admin required):

# Download and right-click → "Run as administrator"
# Installs to C:\Program Files\Slashsum
# Available for all system users

Windows (Portable)

# Extract the ZIP archive
Expand-Archive slashsum-windows-amd64-portable.zip -DestinationPath .
cd slashsum-windows-amd64-portable

# Run install script (or right-click > Run as administrator)
.\install.bat

# Or manual: copy slashsum.exe to a folder in your PATH

Ubuntu/Debian (DEB)

wget https://github.com/NDXDeveloper/slashsum/releases/download/v0.2.10/slashsum_v0.2.10_amd64.deb
sudo apt install ./slashsum_v0.2.10_amd64.deb
hash -r
slashsum --version

Linux (Snap Store - Recommended)

sudo snap install slashsum
sudo snap connect slashsum:home
sudo snap connect slashsum:removable-media
hash -r  # Refresh shell path cache
slashsum --version

Linux (Snap from GitHub Release)

wget https://github.com/NDXDeveloper/slashsum/releases/download/v0.2.10/slashsum_v0.2.10_amd64.snap
sudo snap install --dangerous slashsum_v0.2.10_amd64.snap
sudo snap connect slashsum:home
sudo snap connect slashsum:removable-media
hash -r  # Refresh shell path cache
slashsum --version

macOS

# Download and extract
tar -xzvf slashsum-darwin-amd64-portable.tar.gz
cd slashsum-darwin-amd64-portable

# Run the install script
sudo ./install.sh

# Or manual installation
chmod +x slashsum
sudo mv slashsum /usr/local/bin/

Linux (Portable)

# Download and extract
tar -xzvf slashsum-linux-amd64-portable.tar.gz
cd slashsum-linux-amd64-portable

# Run the install script
sudo ./install.sh

# Or manual installation
chmod +x slashsum
sudo mv slashsum /usr/local/bin/

✨ Features

  • Algorithms: CRC32, MD5, SHA1, SHA256, SHA512
  • Parallel processing for optimal performance
  • Chunked reading for large files
  • Save results with --save option
  • Cross-platform: Linux, Windows, macOS

🚀 Usage

# Calculate checksums
slashsum file.txt

# Save to .checksum file
slashsum file.txt --save

# Show help
slashsum --help

# Show version
slashsum --version

🔧 Technical Details

  • Binary size: ~650KB
  • Dependencies: None (static binary)
  • License: MIT
  • Architecture: x86_64 only

📋 Checksums

All binaries are built from the same source code with version v0.2.10.
You can verify integrity by comparing checksums between platforms.

Full Changelog: v0.2.9...v0.2.10

v0.2.9

11 Jan 14:06

Choose a tag to compare

🚀 Slashsum v0.2.9

Calculate multiple checksums simultaneously with parallel processing.

📦 Downloads

Documentation

  • 📖 INSTALL: Complete installation guide for all platforms

Portable packages (includes install script, LICENSE, README)

  • 🐧 Linux: slashsum-linux-amd64-portable.tar.gz
  • 🪟 Windows: slashsum-windows-amd64-portable.zip
  • 🍎 macOS: slashsum-darwin-amd64-portable.tar.gz

Windows Installers

  • 👤 User Installer: slashsum-setup-user-v0.2.9.exe (no admin rights required)
  • 🔐 Admin Installer: slashsum-setup-admin-v0.2.9.exe (system-wide installation)

Linux Packages

  • 📦 Snap: slashsum_v0.2.9_amd64.snap
  • 📋 DEB: slashsum_v0.2.9_amd64.deb

🛠️ Installation

Windows (Recommended - Installers)

👤 User installation (no admin required):

# Download and double-click to install
# Installs to %LOCALAPPDATA%\Slashsum
# Available only for current user

🔐 System installation (admin required):

# Download and right-click → "Run as administrator"
# Installs to C:\Program Files\Slashsum
# Available for all system users

Windows (Portable)

# Extract the ZIP archive
Expand-Archive slashsum-windows-amd64-portable.zip -DestinationPath .
cd slashsum-windows-amd64-portable

# Run install script (or right-click > Run as administrator)
.\install.bat

# Or manual: copy slashsum.exe to a folder in your PATH

Ubuntu/Debian (DEB)

wget https://github.com/NDXDeveloper/slashsum/releases/download/v0.2.9/slashsum_v0.2.9_amd64.deb
sudo apt install ./slashsum_v0.2.9_amd64.deb
slashsum --version

Linux (Snap Store - Recommended)

sudo snap install slashsum
slashsum --version

Linux (Snap from GitHub Release)

wget https://github.com/NDXDeveloper/slashsum/releases/download/v0.2.9/slashsum_v0.2.9_amd64.snap
sudo snap install --dangerous slashsum_v0.2.9_amd64.snap
slashsum --version

macOS

# Download and extract
tar -xzvf slashsum-darwin-amd64-portable.tar.gz
cd slashsum-darwin-amd64-portable

# Run the install script
sudo ./install.sh

# Or manual installation
chmod +x slashsum
sudo mv slashsum /usr/local/bin/

Linux (Portable)

# Download and extract
tar -xzvf slashsum-linux-amd64-portable.tar.gz
cd slashsum-linux-amd64-portable

# Run the install script
sudo ./install.sh

# Or manual installation
chmod +x slashsum
sudo mv slashsum /usr/local/bin/

✨ Features

  • Algorithms: CRC32, MD5, SHA1, SHA256, SHA512
  • Parallel processing for optimal performance
  • Chunked reading for large files
  • Save results with --save option
  • Cross-platform: Linux, Windows, macOS

🚀 Usage

# Calculate checksums
slashsum file.txt

# Save to .checksum file
slashsum file.txt --save

# Show help
slashsum --help

# Show version
slashsum --version

🔧 Technical Details

  • Binary size: ~650KB
  • Dependencies: None (static binary)
  • License: MIT
  • Architecture: x86_64 only

📋 Checksums

All binaries are built from the same source code with version v0.2.9.
You can verify integrity by comparing checksums between platforms.

Full Changelog: v0.2.8...v0.2.9

v0.2.7

11 Jan 12:16

Choose a tag to compare

🚀 Slashsum v0.2.7

Calculate multiple checksums simultaneously with parallel processing.

📦 Downloads

Portable packages (includes install script, LICENSE, README)

  • 🐧 Linux: slashsum-linux-amd64-portable.tar.gz
  • 🍎 macOS: slashsum-darwin-amd64-portable.tar.gz

Windows

  • Standalone: slashsum-windows-amd64.exe

Windows Installers

  • 👤 User Installer: slashsum-setup-user-v0.2.7.exe (no admin rights required)
  • 🔐 Admin Installer: slashsum-setup-admin-v0.2.7.exe (system-wide installation)

Linux Packages

  • 📦 Snap: slashsum_v0.2.7_amd64.snap
  • 📋 DEB: slashsum_v0.2.7_amd64.deb

🛠️ Installation

Windows (Recommended - Installers)

👤 User installation (no admin required):

# Download and double-click to install
# Installs to %LOCALAPPDATA%\Slashsum
# Available only for current user

🔐 System installation (admin required):

# Download and right-click → "Run as administrator"
# Installs to C:\Program Files\Slashsum
# Available for all system users

Ubuntu/Debian (DEB)

wget https://github.com/NDXDeveloper/slashsum/releases/download/v0.2.7/slashsum_v0.2.7_amd64.deb
sudo apt install ./slashsum_v0.2.7_amd64.deb
slashsum --version

Linux (Snap)

wget https://github.com/NDXDeveloper/slashsum/releases/download/v0.2.7/slashsum_v0.2.7_amd64.snap
sudo snap install --dangerous slashsum_v0.2.7_amd64.snap
slashsum --version

macOS

# Download and extract
tar -xzvf slashsum-darwin-amd64-portable.tar.gz
cd slashsum-darwin-amd64-portable

# Run the install script
sudo ./install.sh

# Or manual installation
chmod +x slashsum
sudo mv slashsum /usr/local/bin/

Linux (Portable)

# Download and extract
tar -xzvf slashsum-linux-amd64-portable.tar.gz
cd slashsum-linux-amd64-portable

# Run the install script
sudo ./install.sh

# Or manual installation
chmod +x slashsum
sudo mv slashsum /usr/local/bin/

✨ Features

  • Algorithms: CRC32, MD5, SHA1, SHA256, SHA512
  • Parallel processing for optimal performance
  • Chunked reading for large files
  • Save results with --save option
  • Cross-platform: Linux, Windows, macOS

🚀 Usage

# Calculate checksums
slashsum file.txt

# Save to .checksum file
slashsum file.txt --save

# Show help
slashsum --help

# Show version
slashsum --version

🔧 Technical Details

  • Binary size: ~650KB
  • Dependencies: None (static binary)
  • License: MIT
  • Architecture: x86_64 only

📋 Checksums

All binaries are built from the same source code with version v0.2.7.
You can verify integrity by comparing checksums between platforms.

Full Changelog: v0.2.6...v0.2.7

v0.2.6

13 Jul 19:13

Choose a tag to compare

🚀 Slashsum v0.2.6

Calculate multiple checksums simultaneously with parallel processing.

📦 Downloads

Binaries

  • 🐧 Linux: slashsum-linux-amd64
  • 🪟 Windows: slashsum-windows-amd64.exe
  • 🍎 macOS: slashsum-darwin-amd64

Windows Installers

  • 👤 User Installer: slashsum-setup-user-v0.2.6.exe (no admin rights required)
  • 🔐 Admin Installer: slashsum-setup-admin-v0.2.6.exe (system-wide installation)

Linux Packages

  • 📦 Snap: slashsum_v0.2.6_amd64.snap
  • 📋 DEB: slashsum_v0.2.6_amd64.deb

🛠️ Installation

Windows (Recommended - Installers)

👤 User installation (no admin required):

# Download and double-click to install
# Installs to %LOCALAPPDATA%\Slashsum
# Available only for current user

🔐 System installation (admin required):

# Download and right-click → "Run as administrator"
# Installs to C:\Program Files\Slashsum
# Available for all system users

Ubuntu/Debian (DEB)

wget https://github.com/NDXDeveloper/slashsum/releases/download/v0.2.6/slashsum_v0.2.6_amd64.deb
sudo apt install ./slashsum_v0.2.6_amd64.deb
slashsum --version

Linux (Snap)

wget https://github.com/NDXDeveloper/slashsum/releases/download/v0.2.6/slashsum_v0.2.6_amd64.snap
sudo snap install --dangerous slashsum_v0.2.6_amd64.snap
slashsum --version

Manual installation (all platforms)

# Linux/macOS
chmod +x slashsum-*
sudo mv slashsum-* /usr/local/bin/slashsum

# Windows (PowerShell as admin)
# Create C:\Tools if needed, then:
# Move-Item slashsum-windows-amd64.exe C:\Tools\slashsum.exe
# Add C:\Tools to system PATH

✨ Features

  • Algorithms: CRC32, MD5, SHA1, SHA256, SHA512
  • Parallel processing for optimal performance
  • Chunked reading for large files
  • Save results with --save option
  • Cross-platform: Linux, Windows, macOS

🚀 Usage

# Calculate checksums
slashsum file.txt

# Save to .checksum file
slashsum file.txt --save

# Show help
slashsum --help

# Show version
slashsum --version

🔧 Technical Details

  • Binary size: ~650KB
  • Dependencies: None (static binary)
  • License: MIT
  • Architecture: x86_64 only

📋 Checksums

All binaries are built from the same source code with version v0.2.6.
You can verify integrity by comparing checksums between platforms.

Full Changelog: v0.2.5...v0.2.6

Morty Proxy This is a proxified and sanitized view of the page, visit original site.