Skip to content

3.0.0-beta5

Choose a tag to compare

@github-actions github-actions released this 03 Aug 19:12
· 2 commits to main since this release

SharpCaster Console AOT Builds

Self-contained native executables for all supported platforms.
No .NET runtime installation required!

Downloads:

  • Windows x64: sharpcaster-win-x64.exe
  • Windows ARM64: sharpcaster-win-arm.exe
  • Linux x64: SharpCaster-Console-linux-x64.tar.gz
  • Linux ARM64: SharpCaster-Console-linux-arm64.tar.gz
  • macOS Intel: SharpCaster-Console-osx-x64.tar.gz
  • macOS Apple Silicon: SharpCaster-Console-osx-arm64.tar.gz

Usage:

# Interactive mode
./sharpcaster

# Command-line mode
./sharpcaster "Living Room TV" play "https://example.com/video.mp4"

For detailed usage instructions, see the README.txt file included in each download.

Full Changelog: 2.0.3...3.0.0-beta5