Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: xshalabs/xsha

Release v0.11.0

22 Oct 02:53

Choose a tag to compare

Release v0.11.0

Downloads

  • Linux AMD64: xsha-embedded-linux-amd64
  • Linux ARM64: xsha-embedded-linux-arm64
  • Windows AMD64: xsha-embedded-windows-amd64.exe
  • Windows ARM64: xsha-embedded-windows-arm64.exe
  • macOS AMD64: xsha-embedded-darwin-amd64
  • macOS ARM64 (Apple Silicon): xsha-embedded-darwin-arm64

Features

  • Embedded frontend assets (React + TypeScript)
  • Standalone executables (no dependencies required)
  • Cross-platform support (Linux, Windows & macOS, AMD64 & ARM64)
  • Built with Go go1.22.12

Installation

Linux

  1. Download the appropriate binary for your architecture
  2. Make it executable: chmod +x xsha-embedded-linux-*
  3. Run: ./xsha-embedded-linux-*

Windows

  1. Download the appropriate binary for your architecture
  2. Run: xsha-embedded-windows-*.exe

macOS

  1. Download the appropriate binary for your architecture (Intel: amd64, Apple Silicon: arm64)
  2. Make it executable: chmod +x xsha-embedded-darwin-*
  3. Run: ./xsha-embedded-darwin-*

Note: On macOS, you may need to allow the app to run if it's blocked by Gatekeeper:

  • Right-click the binary and select "Open"
  • Or run: sudo xattr -rd com.apple.quarantine xsha-embedded-darwin-*

Verification

Verify download integrity using the provided SHA256 checksums:

Linux

# For AMD64
sha256sum -c xsha-embedded-linux-amd64.sha256

# For ARM64
sha256sum -c xsha-embedded-linux-arm64.sha256

Windows

# For AMD64
certutil -hashfile xsha-embedded-windows-amd64.exe SHA256
# Compare with content of xsha-embedded-windows-amd64.exe.sha256

# For ARM64
certutil -hashfile xsha-embedded-windows-arm64.exe SHA256
# Compare with content of xsha-embedded-windows-arm64.exe.sha256

macOS

# For AMD64 (Intel)
shasum -a 256 -c xsha-embedded-darwin-amd64.sha256

# For ARM64 (Apple Silicon)
shasum -a 256 -c xsha-embedded-darwin-arm64.sha256

Build Information

  • Git Commit: 8b41694
  • Build Date: 2025-10-22T02:53:34Z
  • Go Version: go1.22.12

Release v0.10.0

11 Oct 03:18
ce7e463

Choose a tag to compare

Release v0.10.0

Downloads

  • Linux AMD64: xsha-embedded-linux-amd64
  • Linux ARM64: xsha-embedded-linux-arm64
  • Windows AMD64: xsha-embedded-windows-amd64.exe
  • Windows ARM64: xsha-embedded-windows-arm64.exe
  • macOS AMD64: xsha-embedded-darwin-amd64
  • macOS ARM64 (Apple Silicon): xsha-embedded-darwin-arm64

Features

  • Embedded frontend assets (React + TypeScript)
  • Standalone executables (no dependencies required)
  • Cross-platform support (Linux, Windows & macOS, AMD64 & ARM64)
  • Built with Go go1.22.12

Installation

Linux

  1. Download the appropriate binary for your architecture
  2. Make it executable: chmod +x xsha-embedded-linux-*
  3. Run: ./xsha-embedded-linux-*

Windows

  1. Download the appropriate binary for your architecture
  2. Run: xsha-embedded-windows-*.exe

macOS

  1. Download the appropriate binary for your architecture (Intel: amd64, Apple Silicon: arm64)
  2. Make it executable: chmod +x xsha-embedded-darwin-*
  3. Run: ./xsha-embedded-darwin-*

Note: On macOS, you may need to allow the app to run if it's blocked by Gatekeeper:

  • Right-click the binary and select "Open"
  • Or run: sudo xattr -rd com.apple.quarantine xsha-embedded-darwin-*

Verification

Verify download integrity using the provided SHA256 checksums:

Linux

# For AMD64
sha256sum -c xsha-embedded-linux-amd64.sha256

# For ARM64
sha256sum -c xsha-embedded-linux-arm64.sha256

Windows

# For AMD64
certutil -hashfile xsha-embedded-windows-amd64.exe SHA256
# Compare with content of xsha-embedded-windows-amd64.exe.sha256

# For ARM64
certutil -hashfile xsha-embedded-windows-arm64.exe SHA256
# Compare with content of xsha-embedded-windows-arm64.exe.sha256

macOS

# For AMD64 (Intel)
shasum -a 256 -c xsha-embedded-darwin-amd64.sha256

# For ARM64 (Apple Silicon)
shasum -a 256 -c xsha-embedded-darwin-arm64.sha256

Build Information

  • Git Commit: ce7e463
  • Build Date: 2025-10-11T03:18:27Z
  • Go Version: go1.22.12

Release v0.9.0

19 Sep 00:42
fe40c52

Choose a tag to compare

Release v0.9.0

Downloads

  • Linux AMD64: xsha-embedded-linux-amd64
  • Linux ARM64: xsha-embedded-linux-arm64
  • Windows AMD64: xsha-embedded-windows-amd64.exe
  • Windows ARM64: xsha-embedded-windows-arm64.exe
  • macOS AMD64: xsha-embedded-darwin-amd64
  • macOS ARM64 (Apple Silicon): xsha-embedded-darwin-arm64

Features

  • Embedded frontend assets (React + TypeScript)
  • Standalone executables (no dependencies required)
  • Cross-platform support (Linux, Windows & macOS, AMD64 & ARM64)
  • Built with Go go1.22.12

Installation

Linux

  1. Download the appropriate binary for your architecture
  2. Make it executable: chmod +x xsha-embedded-linux-*
  3. Run: ./xsha-embedded-linux-*

Windows

  1. Download the appropriate binary for your architecture
  2. Run: xsha-embedded-windows-*.exe

macOS

  1. Download the appropriate binary for your architecture (Intel: amd64, Apple Silicon: arm64)
  2. Make it executable: chmod +x xsha-embedded-darwin-*
  3. Run: ./xsha-embedded-darwin-*

Note: On macOS, you may need to allow the app to run if it's blocked by Gatekeeper:

  • Right-click the binary and select "Open"
  • Or run: sudo xattr -rd com.apple.quarantine xsha-embedded-darwin-*

Verification

Verify download integrity using the provided SHA256 checksums:

Linux

# For AMD64
sha256sum -c xsha-embedded-linux-amd64.sha256

# For ARM64
sha256sum -c xsha-embedded-linux-arm64.sha256

Windows

# For AMD64
certutil -hashfile xsha-embedded-windows-amd64.exe SHA256
# Compare with content of xsha-embedded-windows-amd64.exe.sha256

# For ARM64
certutil -hashfile xsha-embedded-windows-arm64.exe SHA256
# Compare with content of xsha-embedded-windows-arm64.exe.sha256

macOS

# For AMD64 (Intel)
shasum -a 256 -c xsha-embedded-darwin-amd64.sha256

# For ARM64 (Apple Silicon)
shasum -a 256 -c xsha-embedded-darwin-arm64.sha256

Build Information

  • Git Commit: fe40c52
  • Build Date: 2025-09-19T00:42:42Z
  • Go Version: go1.22.12

Release v0.8.0

16 Sep 07:01

Choose a tag to compare

Release v0.8.0

Downloads

  • Linux AMD64: xsha-embedded-linux-amd64
  • Linux ARM64: xsha-embedded-linux-arm64
  • Windows AMD64: xsha-embedded-windows-amd64.exe
  • Windows ARM64: xsha-embedded-windows-arm64.exe
  • macOS AMD64: xsha-embedded-darwin-amd64
  • macOS ARM64 (Apple Silicon): xsha-embedded-darwin-arm64

Features

  • Embedded frontend assets (React + TypeScript)
  • Standalone executables (no dependencies required)
  • Cross-platform support (Linux, Windows & macOS, AMD64 & ARM64)
  • Built with Go go1.22.12

Installation

Linux

  1. Download the appropriate binary for your architecture
  2. Make it executable: chmod +x xsha-embedded-linux-*
  3. Run: ./xsha-embedded-linux-*

Windows

  1. Download the appropriate binary for your architecture
  2. Run: xsha-embedded-windows-*.exe

macOS

  1. Download the appropriate binary for your architecture (Intel: amd64, Apple Silicon: arm64)
  2. Make it executable: chmod +x xsha-embedded-darwin-*
  3. Run: ./xsha-embedded-darwin-*

Note: On macOS, you may need to allow the app to run if it's blocked by Gatekeeper:

  • Right-click the binary and select "Open"
  • Or run: sudo xattr -rd com.apple.quarantine xsha-embedded-darwin-*

Verification

Verify download integrity using the provided SHA256 checksums:

Linux

# For AMD64
sha256sum -c xsha-embedded-linux-amd64.sha256

# For ARM64
sha256sum -c xsha-embedded-linux-arm64.sha256

Windows

# For AMD64
certutil -hashfile xsha-embedded-windows-amd64.exe SHA256
# Compare with content of xsha-embedded-windows-amd64.exe.sha256

# For ARM64
certutil -hashfile xsha-embedded-windows-arm64.exe SHA256
# Compare with content of xsha-embedded-windows-arm64.exe.sha256

macOS

# For AMD64 (Intel)
shasum -a 256 -c xsha-embedded-darwin-amd64.sha256

# For ARM64 (Apple Silicon)
shasum -a 256 -c xsha-embedded-darwin-arm64.sha256

Build Information

  • Git Commit: 3a56d5f
  • Build Date: 2025-09-16T07:01:39Z
  • Go Version: go1.22.12

Release v0.7.0

11 Sep 09:10
865b2c6

Choose a tag to compare

Release v0.7.0

Downloads

  • Linux AMD64: xsha-embedded-linux-amd64
  • Linux ARM64: xsha-embedded-linux-arm64
  • Windows AMD64: xsha-embedded-windows-amd64.exe
  • Windows ARM64: xsha-embedded-windows-arm64.exe
  • macOS AMD64: xsha-embedded-darwin-amd64
  • macOS ARM64 (Apple Silicon): xsha-embedded-darwin-arm64

Features

  • Embedded frontend assets (React + TypeScript)
  • Standalone executables (no dependencies required)
  • Cross-platform support (Linux, Windows & macOS, AMD64 & ARM64)
  • Built with Go go1.22.12

Installation

Linux

  1. Download the appropriate binary for your architecture
  2. Make it executable: chmod +x xsha-embedded-linux-*
  3. Run: ./xsha-embedded-linux-*

Windows

  1. Download the appropriate binary for your architecture
  2. Run: xsha-embedded-windows-*.exe

macOS

  1. Download the appropriate binary for your architecture (Intel: amd64, Apple Silicon: arm64)
  2. Make it executable: chmod +x xsha-embedded-darwin-*
  3. Run: ./xsha-embedded-darwin-*

Note: On macOS, you may need to allow the app to run if it's blocked by Gatekeeper:

  • Right-click the binary and select "Open"
  • Or run: sudo xattr -rd com.apple.quarantine xsha-embedded-darwin-*

Verification

Verify download integrity using the provided SHA256 checksums:

Linux

# For AMD64
sha256sum -c xsha-embedded-linux-amd64.sha256

# For ARM64
sha256sum -c xsha-embedded-linux-arm64.sha256

Windows

# For AMD64
certutil -hashfile xsha-embedded-windows-amd64.exe SHA256
# Compare with content of xsha-embedded-windows-amd64.exe.sha256

# For ARM64
certutil -hashfile xsha-embedded-windows-arm64.exe SHA256
# Compare with content of xsha-embedded-windows-arm64.exe.sha256

macOS

# For AMD64 (Intel)
shasum -a 256 -c xsha-embedded-darwin-amd64.sha256

# For ARM64 (Apple Silicon)
shasum -a 256 -c xsha-embedded-darwin-arm64.sha256

Build Information

  • Git Commit: 865b2c6
  • Build Date: 2025-09-11T09:10:54Z
  • Go Version: go1.22.12

Release v0.6.0

01 Sep 12:59
4689fec

Choose a tag to compare

Release v0.6.0

Downloads

  • Linux AMD64: xsha-embedded-linux-amd64
  • Linux ARM64: xsha-embedded-linux-arm64
  • Windows AMD64: xsha-embedded-windows-amd64.exe
  • Windows ARM64: xsha-embedded-windows-arm64.exe
  • macOS AMD64: xsha-embedded-darwin-amd64
  • macOS ARM64 (Apple Silicon): xsha-embedded-darwin-arm64

Features

  • Embedded frontend assets (React + TypeScript)
  • Standalone executables (no dependencies required)
  • Cross-platform support (Linux, Windows & macOS, AMD64 & ARM64)
  • Built with Go go1.22.12

Installation

Linux

  1. Download the appropriate binary for your architecture
  2. Make it executable: chmod +x xsha-embedded-linux-*
  3. Run: ./xsha-embedded-linux-*

Windows

  1. Download the appropriate binary for your architecture
  2. Run: xsha-embedded-windows-*.exe

macOS

  1. Download the appropriate binary for your architecture (Intel: amd64, Apple Silicon: arm64)
  2. Make it executable: chmod +x xsha-embedded-darwin-*
  3. Run: ./xsha-embedded-darwin-*

Note: On macOS, you may need to allow the app to run if it's blocked by Gatekeeper:

  • Right-click the binary and select "Open"
  • Or run: sudo xattr -rd com.apple.quarantine xsha-embedded-darwin-*

Verification

Verify download integrity using the provided SHA256 checksums:

Linux

# For AMD64
sha256sum -c xsha-embedded-linux-amd64.sha256

# For ARM64
sha256sum -c xsha-embedded-linux-arm64.sha256

Windows

# For AMD64
certutil -hashfile xsha-embedded-windows-amd64.exe SHA256
# Compare with content of xsha-embedded-windows-amd64.exe.sha256

# For ARM64
certutil -hashfile xsha-embedded-windows-arm64.exe SHA256
# Compare with content of xsha-embedded-windows-arm64.exe.sha256

macOS

# For AMD64 (Intel)
shasum -a 256 -c xsha-embedded-darwin-amd64.sha256

# For ARM64 (Apple Silicon)
shasum -a 256 -c xsha-embedded-darwin-arm64.sha256

Build Information

  • Git Commit: 4689fec
  • Build Date: 2025-09-01T12:59:34Z
  • Go Version: go1.22.12

Release v0.5.0

27 Aug 02:09
f9efe29

Choose a tag to compare

Release v0.5.0

Downloads

  • Linux AMD64: xsha-embedded-linux-amd64
  • Linux ARM64: xsha-embedded-linux-arm64
  • Windows AMD64: xsha-embedded-windows-amd64.exe
  • Windows ARM64: xsha-embedded-windows-arm64.exe
  • macOS AMD64: xsha-embedded-darwin-amd64
  • macOS ARM64 (Apple Silicon): xsha-embedded-darwin-arm64

Features

  • Embedded frontend assets (React + TypeScript)
  • Standalone executables (no dependencies required)
  • Cross-platform support (Linux, Windows & macOS, AMD64 & ARM64)
  • Built with Go go1.22.12

Installation

Linux

  1. Download the appropriate binary for your architecture
  2. Make it executable: chmod +x xsha-embedded-linux-*
  3. Run: ./xsha-embedded-linux-*

Windows

  1. Download the appropriate binary for your architecture
  2. Run: xsha-embedded-windows-*.exe

macOS

  1. Download the appropriate binary for your architecture (Intel: amd64, Apple Silicon: arm64)
  2. Make it executable: chmod +x xsha-embedded-darwin-*
  3. Run: ./xsha-embedded-darwin-*

Note: On macOS, you may need to allow the app to run if it's blocked by Gatekeeper:

  • Right-click the binary and select "Open"
  • Or run: sudo xattr -rd com.apple.quarantine xsha-embedded-darwin-*

Verification

Verify download integrity using the provided SHA256 checksums:

Linux

# For AMD64
sha256sum -c xsha-embedded-linux-amd64.sha256

# For ARM64
sha256sum -c xsha-embedded-linux-arm64.sha256

Windows

# For AMD64
certutil -hashfile xsha-embedded-windows-amd64.exe SHA256
# Compare with content of xsha-embedded-windows-amd64.exe.sha256

# For ARM64
certutil -hashfile xsha-embedded-windows-arm64.exe SHA256
# Compare with content of xsha-embedded-windows-arm64.exe.sha256

macOS

# For AMD64 (Intel)
shasum -a 256 -c xsha-embedded-darwin-amd64.sha256

# For ARM64 (Apple Silicon)
shasum -a 256 -c xsha-embedded-darwin-arm64.sha256

Build Information

  • Git Commit: f9efe29
  • Build Date: 2025-08-27T02:09:39Z
  • Go Version: go1.22.12

Release v0.4.0

25 Aug 02:32

Choose a tag to compare

Release v0.4.0

Downloads

  • Linux AMD64: xsha-embedded-linux-amd64
  • Linux ARM64: xsha-embedded-linux-arm64
  • Windows AMD64: xsha-embedded-windows-amd64.exe
  • Windows ARM64: xsha-embedded-windows-arm64.exe
  • macOS AMD64: xsha-embedded-darwin-amd64
  • macOS ARM64 (Apple Silicon): xsha-embedded-darwin-arm64

Features

  • Embedded frontend assets (React + TypeScript)
  • Standalone executables (no dependencies required)
  • Cross-platform support (Linux, Windows & macOS, AMD64 & ARM64)
  • Built with Go go1.22.12

Installation

Linux

  1. Download the appropriate binary for your architecture
  2. Make it executable: chmod +x xsha-embedded-linux-*
  3. Run: ./xsha-embedded-linux-*

Windows

  1. Download the appropriate binary for your architecture
  2. Run: xsha-embedded-windows-*.exe

macOS

  1. Download the appropriate binary for your architecture (Intel: amd64, Apple Silicon: arm64)
  2. Make it executable: chmod +x xsha-embedded-darwin-*
  3. Run: ./xsha-embedded-darwin-*

Note: On macOS, you may need to allow the app to run if it's blocked by Gatekeeper:

  • Right-click the binary and select "Open"
  • Or run: sudo xattr -rd com.apple.quarantine xsha-embedded-darwin-*

Verification

Verify download integrity using the provided SHA256 checksums:

Linux

# For AMD64
sha256sum -c xsha-embedded-linux-amd64.sha256

# For ARM64
sha256sum -c xsha-embedded-linux-arm64.sha256

Windows

# For AMD64
certutil -hashfile xsha-embedded-windows-amd64.exe SHA256
# Compare with content of xsha-embedded-windows-amd64.exe.sha256

# For ARM64
certutil -hashfile xsha-embedded-windows-arm64.exe SHA256
# Compare with content of xsha-embedded-windows-arm64.exe.sha256

macOS

# For AMD64 (Intel)
shasum -a 256 -c xsha-embedded-darwin-amd64.sha256

# For ARM64 (Apple Silicon)
shasum -a 256 -c xsha-embedded-darwin-arm64.sha256

Build Information

  • Git Commit: e375a6d
  • Build Date: 2025-08-25T02:32:31Z
  • Go Version: go1.22.12

Release v0.3.0

19 Aug 07:27

Choose a tag to compare

Release v0.3.0

Downloads

  • Linux AMD64: xsha-embedded-linux-amd64
  • Linux ARM64: xsha-embedded-linux-arm64
  • Windows AMD64: xsha-embedded-windows-amd64.exe
  • Windows ARM64: xsha-embedded-windows-arm64.exe
  • macOS AMD64: xsha-embedded-darwin-amd64
  • macOS ARM64 (Apple Silicon): xsha-embedded-darwin-arm64

Features

  • Embedded frontend assets (React + TypeScript)
  • Standalone executables (no dependencies required)
  • Cross-platform support (Linux, Windows & macOS, AMD64 & ARM64)
  • Built with Go go1.22.12

Installation

Linux

  1. Download the appropriate binary for your architecture
  2. Make it executable: chmod +x xsha-embedded-linux-*
  3. Run: ./xsha-embedded-linux-*

Windows

  1. Download the appropriate binary for your architecture
  2. Run: xsha-embedded-windows-*.exe

macOS

  1. Download the appropriate binary for your architecture (Intel: amd64, Apple Silicon: arm64)
  2. Make it executable: chmod +x xsha-embedded-darwin-*
  3. Run: ./xsha-embedded-darwin-*

Note: On macOS, you may need to allow the app to run if it's blocked by Gatekeeper:

  • Right-click the binary and select "Open"
  • Or run: sudo xattr -rd com.apple.quarantine xsha-embedded-darwin-*

Verification

Verify download integrity using the provided SHA256 checksums:

Linux

# For AMD64
sha256sum -c xsha-embedded-linux-amd64.sha256

# For ARM64
sha256sum -c xsha-embedded-linux-arm64.sha256

Windows

# For AMD64
certutil -hashfile xsha-embedded-windows-amd64.exe SHA256
# Compare with content of xsha-embedded-windows-amd64.exe.sha256

# For ARM64
certutil -hashfile xsha-embedded-windows-arm64.exe SHA256
# Compare with content of xsha-embedded-windows-arm64.exe.sha256

macOS

# For AMD64 (Intel)
shasum -a 256 -c xsha-embedded-darwin-amd64.sha256

# For ARM64 (Apple Silicon)
shasum -a 256 -c xsha-embedded-darwin-arm64.sha256

Build Information

  • Git Commit: 6aabdbb
  • Build Date: 2025-08-19T07:27:00Z
  • Go Version: go1.22.12

Release v0.2.0

14 Aug 01:44

Choose a tag to compare

Release v0.2.0

Downloads

  • Linux AMD64: xsha-embedded-linux-amd64
  • Linux ARM64: xsha-embedded-linux-arm64
  • Windows AMD64: xsha-embedded-windows-amd64.exe
  • Windows ARM64: xsha-embedded-windows-arm64.exe
  • macOS AMD64: xsha-embedded-darwin-amd64
  • macOS ARM64 (Apple Silicon): xsha-embedded-darwin-arm64

Features

  • Embedded frontend assets (React + TypeScript)
  • Standalone executables (no dependencies required)
  • Cross-platform support (Linux, Windows & macOS, AMD64 & ARM64)
  • Built with Go go1.22.12

Installation

Linux

  1. Download the appropriate binary for your architecture
  2. Make it executable: chmod +x xsha-embedded-linux-*
  3. Run: ./xsha-embedded-linux-*

Windows

  1. Download the appropriate binary for your architecture
  2. Run: xsha-embedded-windows-*.exe

macOS

  1. Download the appropriate binary for your architecture (Intel: amd64, Apple Silicon: arm64)
  2. Make it executable: chmod +x xsha-embedded-darwin-*
  3. Run: ./xsha-embedded-darwin-*

Note: On macOS, you may need to allow the app to run if it's blocked by Gatekeeper:

  • Right-click the binary and select "Open"
  • Or run: sudo xattr -rd com.apple.quarantine xsha-embedded-darwin-*

Verification

Verify download integrity using the provided SHA256 checksums:

Linux

# For AMD64
sha256sum -c xsha-embedded-linux-amd64.sha256

# For ARM64
sha256sum -c xsha-embedded-linux-arm64.sha256

Windows

# For AMD64
certutil -hashfile xsha-embedded-windows-amd64.exe SHA256
# Compare with content of xsha-embedded-windows-amd64.exe.sha256

# For ARM64
certutil -hashfile xsha-embedded-windows-arm64.exe SHA256
# Compare with content of xsha-embedded-windows-arm64.exe.sha256

macOS

# For AMD64 (Intel)
shasum -a 256 -c xsha-embedded-darwin-amd64.sha256

# For ARM64 (Apple Silicon)
shasum -a 256 -c xsha-embedded-darwin-arm64.sha256

Build Information

  • Git Commit: 74a3f7e
  • Build Date: 2025-08-14T01:44:55Z
  • Go Version: go1.22.12