Skip to content

Releases: cconstab/furl

Release v1.2.0

Choose a tag to compare

@cconstab cconstab released this 08 Jul 05:33

Furl v1.2.0

Secure file sharing with multi-layer encryption and client-side decryption.

Downloads

πŸ–₯️ Command Line Tools

Linux:

  • x64: furl-linux-x64-v1.2.0.tar.gz
  • ARM64: furl-linux-arm64-v1.2.0.tar.gz (Native ARM64 runner)
  • ARM v7: furl-linux-arm-v1.2.0.tar.gz (Cross-compiled via Docker BuildX)
  • RISC-V 64: furl-linux-riscv64-v1.2.0.tar.gz (Cross-compiled via Docker BuildX)

macOS:

  • x64 (Intel): furl-macos-x64-v1.2.0.tar.gz
  • ARM64 (Apple Silicon): furl-macos-arm64-v1.2.0.tar.gz

Windows:

  • x64: furl-windows-x64-v1.2.0.zip

πŸ“± GUI Applications (Flutter)

🍎 macOS:

  • flutter_furl-macos-v1.2.0.zip - macOS application bundle (signed and notarized)

πŸͺŸ Windows:

  • flutter_furl-windows-v1.2.0.zip - Windows executable and dependencies

Cross-Compilation Notes

  • x64 builds: Native compilation on dedicated runners
  • macOS ARM64: Native compilation on Apple Silicon runners
  • Linux ARM/RISC-V: Cross-compiled using Docker BuildX + QEMU emulation

Code Signing & Security

All binaries are digitally signed:

  • 🍎 macOS: Code signed and notarized by Apple
  • πŸͺŸ Windows: Authenticode signed with trusted certificate
  • 🐧 Linux: GPG signed with maintainer key

Verification:

  • All SHA256 checksums for every binary are provided in a single zip archive: all-hashes.zip
  • GPG signatures available for Linux builds (.sig files)
  • Windows binaries can be verified via Properties β†’ Digital Signatures
  • macOS binaries verified automatically by Gatekeeper

Usage

Extract the archive and run:

./furl "@username" file.txt 7d -m "Your message"

For Windows:

furl.exe "@username" file.txt 7d -m "Your message"

What's Included

πŸ–₯️ Command Line Tools:

  • furl / furl.exe: Main CLI application
  • furl-server / furl-server.exe: Local web server for decryption
  • at_activate / at_activate.exe: atPlatform onboarding and authentication tool
  • web/: Web interface for browser-based decryption
  • wasm-crypto/: WebAssembly crypto acceleration modules
  • all-hashes.zip: Contains all SHA256 checksums for every binary
  • *.sig: GPG signatures (Linux only)

πŸ“± GUI Applications:

  • macOS App Bundle: Native .app bundle for macOS (signed and notarized)
  • Windows App: Native Flutter application for Windows

Installation Instructions

🍎 macOS GUI: Download the ZIP, extract, and run the .app bundle. May require allowing in System Preferences > Security & Privacy.

πŸͺŸ Windows GUI: Download the ZIP, extract to a folder, and run flutter_furl.exe.

πŸ’» Command Line: Extract the appropriate archive for your platform and run the CLI tools.

Flutter GUI Applications

Download Options:

🍎 macOS:

  • flutter_furl-macos-*.dmg.zip - Compressed macOS installer (contains signed and notarized DMG)

πŸͺŸ Windows:

  • flutter_furl-windows-*.zip - Windows executable and dependencies

Installation Instructions:

macOS: Download the ZIP, extract to get the DMG file, open the DMG, and drag the app to Applications folder.

Windows: Download the ZIP, extract to a folder, and run flutter_furl.exe.

Release v1.0.1

Choose a tag to compare

@cconstab cconstab released this 08 Jul 05:08

Furl v1.0.1

Secure file sharing with multi-layer encryption and client-side decryption.

Downloads

πŸ–₯️ Command Line Tools

Linux:

  • x64: furl-linux-x64-v1.0.1.tar.gz
  • ARM64: furl-linux-arm64-v1.0.1.tar.gz (Native ARM64 runner)
  • ARM v7: furl-linux-arm-v1.0.1.tar.gz (Cross-compiled via Docker BuildX)
  • RISC-V 64: furl-linux-riscv64-v1.0.1.tar.gz (Cross-compiled via Docker BuildX)

macOS:

  • x64 (Intel): furl-macos-x64-v1.0.1.tar.gz
  • ARM64 (Apple Silicon): furl-macos-arm64-v1.0.1.tar.gz

Windows:

  • x64: furl-windows-x64-v1.0.1.zip

πŸ“± GUI Applications (Flutter)

🍎 macOS:

  • flutter_furl-macos-v1.0.1.zip - macOS application bundle (signed and notarized)

πŸͺŸ Windows:

  • flutter_furl-windows-v1.0.1.zip - Windows executable and dependencies

Cross-Compilation Notes

  • x64 builds: Native compilation on dedicated runners
  • macOS ARM64: Native compilation on Apple Silicon runners
  • Linux ARM/RISC-V: Cross-compiled using Docker BuildX + QEMU emulation

Code Signing & Security

All binaries are digitally signed:

  • 🍎 macOS: Code signed and notarized by Apple
  • πŸͺŸ Windows: Authenticode signed with trusted certificate
  • 🐧 Linux: GPG signed with maintainer key

Verification:

  • All SHA256 checksums for every binary are provided in a single zip archive: all-hashes.zip
  • GPG signatures available for Linux builds (.sig files)
  • Windows binaries can be verified via Properties β†’ Digital Signatures
  • macOS binaries verified automatically by Gatekeeper

Usage

Extract the archive and run:

./furl "@username" file.txt 7d -m "Your message"

For Windows:

furl.exe "@username" file.txt 7d -m "Your message"

What's Included

πŸ–₯️ Command Line Tools:

  • furl / furl.exe: Main CLI application
  • furl-server / furl-server.exe: Local web server for decryption
  • at_activate / at_activate.exe: atPlatform onboarding and authentication tool
  • web/: Web interface for browser-based decryption
  • wasm-crypto/: WebAssembly crypto acceleration modules
  • all-hashes.zip: Contains all SHA256 checksums for every binary
  • *.sig: GPG signatures (Linux only)

πŸ“± GUI Applications:

  • macOS App Bundle: Native .app bundle for macOS (signed and notarized)
  • Windows App: Native Flutter application for Windows

Installation Instructions

🍎 macOS GUI: Download the ZIP, extract, and run the .app bundle. May require allowing in System Preferences > Security & Privacy.

πŸͺŸ Windows GUI: Download the ZIP, extract to a folder, and run flutter_furl.exe.

πŸ’» Command Line: Extract the appropriate archive for your platform and run the CLI tools.

Release v1.0.0

Choose a tag to compare

@cconstab cconstab released this 08 Jul 02:51
6cd2c5b

Furl v1.0.0

Secure file sharing with multi-layer encryption and client-side decryption.

Downloads

πŸ–₯️ Command Line Tools

Linux:

  • x64: furl-linux-x64-v1.0.0.tar.gz
  • ARM64: furl-linux-arm64-v1.0.0.tar.gz (Native ARM64 runner)
  • ARM v7: furl-linux-arm-v1.0.0.tar.gz (Cross-compiled via Docker BuildX)
  • RISC-V 64: furl-linux-riscv64-v1.0.0.tar.gz (Cross-compiled via Docker BuildX)

macOS:

  • x64 (Intel): furl-macos-x64-v1.0.0.tar.gz
  • ARM64 (Apple Silicon): furl-macos-arm64-v1.0.0.tar.gz

Windows:

  • x64: furl-windows-x64-v1.0.0.zip

πŸ“± GUI Applications (Flutter)

🍎 macOS:

  • flutter_furl-macos-v1.0.0.zip - macOS application bundle (signed and notarized)

πŸͺŸ Windows:

  • flutter_furl-windows-v1.0.0.zip - Windows executable and dependencies

Cross-Compilation Notes

  • x64 builds: Native compilation on dedicated runners
  • macOS ARM64: Native compilation on Apple Silicon runners
  • Linux ARM/RISC-V: Cross-compiled using Docker BuildX + QEMU emulation

Code Signing & Security

All binaries are digitally signed:

  • 🍎 macOS: Code signed and notarized by Apple
  • πŸͺŸ Windows: Authenticode signed with trusted certificate
  • 🐧 Linux: GPG signed with maintainer key

Verification:

  • All SHA256 checksums for every binary are provided in a single zip archive: all-hashes.zip
  • GPG signatures available for Linux builds (.sig files)
  • Windows binaries can be verified via Properties β†’ Digital Signatures
  • macOS binaries verified automatically by Gatekeeper

Usage

Extract the archive and run:

./furl "@username" file.txt 7d -m "Your message"

For Windows:

furl.exe "@username" file.txt 7d -m "Your message"

What's Included

πŸ–₯️ Command Line Tools:

  • furl / furl.exe: Main CLI application
  • furl-server / furl-server.exe: Local web server for decryption
  • at_activate / at_activate.exe: atPlatform onboarding and authentication tool
  • web/: Web interface for browser-based decryption
  • wasm-crypto/: WebAssembly crypto acceleration modules
  • all-hashes.zip: Contains all SHA256 checksums for every binary
  • *.sig: GPG signatures (Linux only)

πŸ“± GUI Applications:

  • macOS App Bundle: Native .app bundle for macOS (signed and notarized)
  • Windows App: Native Flutter application for Windows

Installation Instructions

🍎 macOS GUI: Download the ZIP, extract, and run the .app bundle. May require allowing in System Preferences > Security & Privacy.

πŸͺŸ Windows GUI: Download the ZIP, extract to a folder, and run flutter_furl.exe.

πŸ’» Command Line: Extract the appropriate archive for your platform and run the CLI tools.

Release v0.1.15

Choose a tag to compare

@cconstab cconstab released this 07 Jul 23:21
3473646

Furl v0.1.15

Secure file sharing with multi-layer encryption and client-side decryption.

Downloads

πŸ–₯️ Command Line Tools

Linux:

  • x64: furl-linux-x64-v0.1.15.tar.gz
  • ARM64: furl-linux-arm64-v0.1.15.tar.gz (Native ARM64 runner)
  • ARM v7: furl-linux-arm-v0.1.15.tar.gz (Cross-compiled via Docker BuildX)
  • RISC-V 64: furl-linux-riscv64-v0.1.15.tar.gz (Cross-compiled via Docker BuildX)

macOS:

  • x64 (Intel): furl-macos-x64-v0.1.15.tar.gz
  • ARM64 (Apple Silicon): furl-macos-arm64-v0.1.15.tar.gz

Windows:

  • x64: furl-windows-x64-v0.1.15.zip

πŸ“± GUI Applications (Flutter)

🍎 macOS:

  • flutter_furl-macos-v0.1.15.zip - macOS application bundle (signed and notarized)

πŸͺŸ Windows:

  • flutter_furl-windows-v0.1.15.zip - Windows executable and dependencies

Cross-Compilation Notes

  • x64 builds: Native compilation on dedicated runners
  • macOS ARM64: Native compilation on Apple Silicon runners
  • Linux ARM/RISC-V: Cross-compiled using Docker BuildX + QEMU emulation

Code Signing & Security

All binaries are digitally signed:

  • 🍎 macOS: Code signed and notarized by Apple
  • πŸͺŸ Windows: Authenticode signed with trusted certificate
  • 🐧 Linux: GPG signed with maintainer key

Verification:

  • All SHA256 checksums for every binary are provided in a single zip archive: all-hashes.zip
  • GPG signatures available for Linux builds (.sig files)
  • Windows binaries can be verified via Properties β†’ Digital Signatures
  • macOS binaries verified automatically by Gatekeeper

Usage

Extract the archive and run:

./furl "@username" file.txt 7d -m "Your message"

For Windows:

furl.exe "@username" file.txt 7d -m "Your message"

What's Included

πŸ–₯️ Command Line Tools:

  • furl / furl.exe: Main CLI application
  • furl-server / furl-server.exe: Local web server for decryption
  • at_activate / at_activate.exe: atPlatform onboarding and authentication tool
  • web/: Web interface for browser-based decryption
  • wasm-crypto/: WebAssembly crypto acceleration modules
  • all-hashes.zip: Contains all SHA256 checksums for every binary
  • *.sig: GPG signatures (Linux only)

πŸ“± GUI Applications:

  • macOS App Bundle: Native .app bundle for macOS (signed and notarized)
  • Windows App: Native Flutter application for Windows

Installation Instructions

🍎 macOS GUI: Download the ZIP, extract, and run the .app bundle. May require allowing in System Preferences > Security & Privacy.

πŸͺŸ Windows GUI: Download the ZIP, extract to a folder, and run flutter_furl.exe.

πŸ’» Command Line: Extract the appropriate archive for your platform and run the CLI tools.

v0.1.14

v0.1.14 Pre-release
Pre-release

Choose a tag to compare

@cconstab cconstab released this 07 Jul 23:17
f77cab8

Full Changelog: v.0.1.13...v0.1.14

v.0.1.13

v.0.1.13 Pre-release
Pre-release

Choose a tag to compare

@cconstab cconstab released this 07 Jul 23:00
dca437a

What's Changed

  • furl.html: PBKDF2 PIN derivation (versioned, SHA-256 fallback) by @LilianGRD in #12
  • furl.html: redesign decrypt page (Atmosphere Pro styling) + a11y/UX fixes by @LilianGRD in #13

New Contributors

Full Changelog: v.0.1.12...v.0.1.13

Release v.0.1.12

Choose a tag to compare

@cconstab cconstab released this 19 Oct 11:37

Furl v.0.1.12

Secure file sharing with multi-layer encryption and client-side decryption.

Downloads

πŸ–₯️ Command Line Tools

Linux:

  • x64: furl-linux-x64-v.0.1.12.tar.gz
  • ARM64: furl-linux-arm64-v.0.1.12.tar.gz (Native ARM64 runner)
  • ARM v7: furl-linux-arm-v.0.1.12.tar.gz (Cross-compiled via Docker BuildX)
  • RISC-V 64: furl-linux-riscv64-v.0.1.12.tar.gz (Cross-compiled via Docker BuildX)

macOS:

  • x64 (Intel): furl-macos-x64-v.0.1.12.tar.gz
  • ARM64 (Apple Silicon): furl-macos-arm64-v.0.1.12.tar.gz

Windows:

  • x64: furl-windows-x64-v.0.1.12.zip

πŸ“± GUI Applications (Flutter)

🍎 macOS:

  • flutter_furl-macos-v.0.1.12.zip - macOS application bundle (signed and notarized)

πŸͺŸ Windows:

  • flutter_furl-windows-v.0.1.12.zip - Windows executable and dependencies

Cross-Compilation Notes

  • x64 builds: Native compilation on dedicated runners
  • macOS ARM64: Native compilation on Apple Silicon runners
  • Linux ARM/RISC-V: Cross-compiled using Docker BuildX + QEMU emulation

Code Signing & Security

All binaries are digitally signed:

  • 🍎 macOS: Code signed and notarized by Apple
  • πŸͺŸ Windows: Authenticode signed with trusted certificate
  • 🐧 Linux: GPG signed with maintainer key

Verification:

  • All SHA256 checksums for every binary are provided in a single zip archive: all-hashes.zip
  • GPG signatures available for Linux builds (.sig files)
  • Windows binaries can be verified via Properties β†’ Digital Signatures
  • macOS binaries verified automatically by Gatekeeper

Usage

Extract the archive and run:

./furl "@username" file.txt 7d -m "Your message"

For Windows:

furl.exe "@username" file.txt 7d -m "Your message"

What's Included

πŸ–₯️ Command Line Tools:

  • furl / furl.exe: Main CLI application
  • furl-server / furl-server.exe: Local web server for decryption
  • at_activate / at_activate.exe: atPlatform onboarding and authentication tool
  • web/: Web interface for browser-based decryption
  • wasm-crypto/: WebAssembly crypto acceleration modules
  • all-hashes.zip: Contains all SHA256 checksums for every binary
  • *.sig: GPG signatures (Linux only)

πŸ“± GUI Applications:

  • macOS App Bundle: Native .app bundle for macOS (signed and notarized)
  • Windows App: Native Flutter application for Windows

Installation Instructions

🍎 macOS GUI: Download the ZIP, extract, and run the .app bundle. May require allowing in System Preferences > Security & Privacy.

πŸͺŸ Windows GUI: Download the ZIP, extract to a folder, and run flutter_furl.exe.

πŸ’» Command Line: Extract the appropriate archive for your platform and run the CLI tools.

Flutter GUI Applications

Download Options:

🍎 macOS:

  • flutter_furl-macos-*.dmg.zip - Compressed macOS installer (contains signed and notarized DMG)

πŸͺŸ Windows:

  • flutter_furl-windows-*.zip - Windows executable and dependencies

Installation Instructions:

macOS: Download the ZIP, extract to get the DMG file, open the DMG, and drag the app to Applications folder.

Windows: Download the ZIP, extract to a folder, and run flutter_furl.exe.

Release v0.1.11

Choose a tag to compare

@cconstab cconstab released this 12 Oct 05:03
8ec7eb8

Furl v0.1.11

Secure file sharing with multi-layer encryption and client-side decryption.

Downloads

πŸ–₯️ Command Line Tools

Linux:

  • x64: furl-linux-x64-v0.1.11.tar.gz
  • ARM64: furl-linux-arm64-v0.1.11.tar.gz (Native ARM64 runner)
  • ARM v7: furl-linux-arm-v0.1.11.tar.gz (Cross-compiled via Docker BuildX)
  • RISC-V 64: furl-linux-riscv64-v0.1.11.tar.gz (Cross-compiled via Docker BuildX)

macOS:

  • x64 (Intel): furl-macos-x64-v0.1.11.tar.gz
  • ARM64 (Apple Silicon): furl-macos-arm64-v0.1.11.tar.gz

Windows:

  • x64: furl-windows-x64-v0.1.11.zip

πŸ“± GUI Applications (Flutter)

🍎 macOS:

  • flutter_furl-macos-v0.1.11.zip - macOS application bundle (signed and notarized)

πŸͺŸ Windows:

  • flutter_furl-windows-v0.1.11.zip - Windows executable and dependencies

Cross-Compilation Notes

  • x64 builds: Native compilation on dedicated runners
  • macOS ARM64: Native compilation on Apple Silicon runners
  • Linux ARM/RISC-V: Cross-compiled using Docker BuildX + QEMU emulation

Code Signing & Security

All binaries are digitally signed:

  • 🍎 macOS: Code signed and notarized by Apple
  • πŸͺŸ Windows: Authenticode signed with trusted certificate
  • 🐧 Linux: GPG signed with maintainer key

Verification:

  • All SHA256 checksums for every binary are provided in a single zip archive: all-hashes.zip
  • GPG signatures available for Linux builds (.sig files)
  • Windows binaries can be verified via Properties β†’ Digital Signatures
  • macOS binaries verified automatically by Gatekeeper

Usage

Extract the archive and run:

./furl "@username" file.txt 7d -m "Your message"

For Windows:

furl.exe "@username" file.txt 7d -m "Your message"

What's Included

πŸ–₯️ Command Line Tools:

  • furl / furl.exe: Main CLI application
  • furl-server / furl-server.exe: Local web server for decryption
  • at_activate / at_activate.exe: atPlatform onboarding and authentication tool
  • web/: Web interface for browser-based decryption
  • wasm-crypto/: WebAssembly crypto acceleration modules
  • all-hashes.zip: Contains all SHA256 checksums for every binary
  • *.sig: GPG signatures (Linux only)

πŸ“± GUI Applications:

  • macOS App Bundle: Native .app bundle for macOS (signed and notarized)
  • Windows App: Native Flutter application for Windows

Installation Instructions

🍎 macOS GUI: Download the ZIP, extract, and run the .app bundle. May require allowing in System Preferences > Security & Privacy.

πŸͺŸ Windows GUI: Download the ZIP, extract to a folder, and run flutter_furl.exe.

πŸ’» Command Line: Extract the appropriate archive for your platform and run the CLI tools.

Flutter GUI Applications

Download Options:

🍎 macOS:

  • flutter_furl-macos-*.dmg.zip - Compressed macOS installer (contains signed and notarized DMG)

πŸͺŸ Windows:

  • flutter_furl-windows-*.zip - Windows executable and dependencies

Installation Instructions:

macOS: Download the ZIP, extract to get the DMG file, open the DMG, and drag the app to Applications folder.

Windows: Download the ZIP, extract to a folder, and run flutter_furl.exe.

Release v0.1.10

Choose a tag to compare

@cconstab cconstab released this 06 Sep 17:19

Furl v0.1.10

Secure file sharing with multi-layer encryption and client-side decryption.

Downloads

πŸ–₯️ Command Line Tools

Linux:

  • x64: furl-linux-x64-v0.1.10.tar.gz
  • ARM64: furl-linux-arm64-v0.1.10.tar.gz (Native ARM64 runner)
  • ARM v7: furl-linux-arm-v0.1.10.tar.gz (Cross-compiled via Docker BuildX)
  • RISC-V 64: furl-linux-riscv64-v0.1.10.tar.gz (Cross-compiled via Docker BuildX)

macOS:

  • x64 (Intel): furl-macos-x64-v0.1.10.tar.gz
  • ARM64 (Apple Silicon): furl-macos-arm64-v0.1.10.tar.gz

Windows:

  • x64: furl-windows-x64-v0.1.10.zip

πŸ“± GUI Applications (Flutter)

🍎 macOS:

  • flutter_furl-macos-v0.1.10.zip - macOS application bundle (signed and notarized)

πŸͺŸ Windows:

  • flutter_furl-windows-v0.1.10.zip - Windows executable and dependencies

Cross-Compilation Notes

  • x64 builds: Native compilation on dedicated runners
  • macOS ARM64: Native compilation on Apple Silicon runners
  • Linux ARM/RISC-V: Cross-compiled using Docker BuildX + QEMU emulation

Code Signing & Security

All binaries are digitally signed:

  • 🍎 macOS: Code signed and notarized by Apple
  • πŸͺŸ Windows: Authenticode signed with trusted certificate
  • 🐧 Linux: GPG signed with maintainer key

Verification:

  • All SHA256 checksums for every binary are provided in a single zip archive: all-hashes.zip
  • GPG signatures available for Linux builds (.sig files)
  • Windows binaries can be verified via Properties β†’ Digital Signatures
  • macOS binaries verified automatically by Gatekeeper

Usage

Extract the archive and run:

./furl "@username" file.txt 7d -m "Your message"

For Windows:

furl.exe "@username" file.txt 7d -m "Your message"

What's Included

πŸ–₯️ Command Line Tools:

  • furl / furl.exe: Main CLI application
  • furl-server / furl-server.exe: Local web server for decryption
  • at_activate / at_activate.exe: atPlatform onboarding and authentication tool
  • web/: Web interface for browser-based decryption
  • wasm-crypto/: WebAssembly crypto acceleration modules
  • all-hashes.zip: Contains all SHA256 checksums for every binary
  • *.sig: GPG signatures (Linux only)

πŸ“± GUI Applications:

  • macOS App Bundle: Native .app bundle for macOS (signed and notarized)
  • Windows App: Native Flutter application for Windows

Installation Instructions

🍎 macOS GUI: Download the ZIP, extract, and run the .app bundle. May require allowing in System Preferences > Security & Privacy.

πŸͺŸ Windows GUI: Download the ZIP, extract to a folder, and run flutter_furl.exe.

πŸ’» Command Line: Extract the appropriate archive for your platform and run the CLI tools.

Release v0.1.9

Choose a tag to compare

@cconstab cconstab released this 06 Sep 16:42

Furl v0.1.9

Secure file sharing with multi-layer encryption and client-side decryption.

Downloads

πŸ–₯️ Command Line Tools

Linux:

  • x64: furl-linux-x64-v0.1.9.tar.gz
  • ARM64: furl-linux-arm64-v0.1.9.tar.gz (Cross-compiled via Docker BuildX)
  • ARM v7: furl-linux-arm-v0.1.9.tar.gz (Cross-compiled via Docker BuildX)
  • RISC-V 64: furl-linux-riscv64-v0.1.9.tar.gz (Cross-compiled via Docker BuildX)

macOS:

  • x64 (Intel): furl-macos-x64-v0.1.9.tar.gz
  • ARM64 (Apple Silicon): furl-macos-arm64-v0.1.9.tar.gz

Windows:

  • x64: furl-windows-x64-v0.1.9.zip

πŸ“± GUI Applications (Flutter)

🍎 macOS:

  • flutter_furl-macos-v0.1.9.zip - macOS application bundle (signed and notarized)

πŸͺŸ Windows:

  • flutter_furl-windows-v0.1.9.zip - Windows executable and dependencies

Cross-Compilation Notes

  • x64 builds: Native compilation on dedicated runners
  • macOS ARM64: Native compilation on Apple Silicon runners
  • Linux ARM/RISC-V: Cross-compiled using Docker BuildX + QEMU emulation

Code Signing & Security

All binaries are digitally signed:

  • 🍎 macOS: Code signed and notarized by Apple
  • πŸͺŸ Windows: Authenticode signed with trusted certificate
  • 🐧 Linux: GPG signed with maintainer key

Verification:

  • All SHA256 checksums for every binary are provided in a single zip archive: all-hashes.zip
  • GPG signatures available for Linux builds (.sig files)
  • Windows binaries can be verified via Properties β†’ Digital Signatures
  • macOS binaries verified automatically by Gatekeeper

Usage

Extract the archive and run:

./furl "@username" file.txt 7d -m "Your message"

For Windows:

furl.exe "@username" file.txt 7d -m "Your message"

What's Included

πŸ–₯️ Command Line Tools:

  • furl / furl.exe: Main CLI application
  • furl-server / furl-server.exe: Local web server for decryption
  • at_activate / at_activate.exe: atPlatform onboarding and authentication tool
  • web/: Web interface for browser-based decryption
  • wasm-crypto/: WebAssembly crypto acceleration modules
  • all-hashes.zip: Contains all SHA256 checksums for every binary
  • *.sig: GPG signatures (Linux only)

πŸ“± GUI Applications:

  • macOS App Bundle: Native .app bundle for macOS (signed and notarized)
  • Windows App: Native Flutter application for Windows

Installation Instructions

🍎 macOS GUI: Download the ZIP, extract, and run the .app bundle. May require allowing in System Preferences > Security & Privacy.

πŸͺŸ Windows GUI: Download the ZIP, extract to a folder, and run flutter_furl.exe.

πŸ’» Command Line: Extract the appropriate archive for your platform and run the CLI tools.