Releases: cconstab/furl
Release list
Release v1.2.0
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 (
.sigfiles) - 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 applicationfurl-server/furl-server.exe: Local web server for decryptionat_activate/at_activate.exe: atPlatform onboarding and authentication toolweb/: Web interface for browser-based decryptionwasm-crypto/: WebAssembly crypto acceleration modulesall-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
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 (
.sigfiles) - 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 applicationfurl-server/furl-server.exe: Local web server for decryptionat_activate/at_activate.exe: atPlatform onboarding and authentication toolweb/: Web interface for browser-based decryptionwasm-crypto/: WebAssembly crypto acceleration modulesall-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
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 (
.sigfiles) - 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 applicationfurl-server/furl-server.exe: Local web server for decryptionat_activate/at_activate.exe: atPlatform onboarding and authentication toolweb/: Web interface for browser-based decryptionwasm-crypto/: WebAssembly crypto acceleration modulesall-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
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 (
.sigfiles) - 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 applicationfurl-server/furl-server.exe: Local web server for decryptionat_activate/at_activate.exe: atPlatform onboarding and authentication toolweb/: Web interface for browser-based decryptionwasm-crypto/: WebAssembly crypto acceleration modulesall-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
Full Changelog: v.0.1.13...v0.1.14
v.0.1.13
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
- @LilianGRD made their first contribution in #12
Full Changelog: v.0.1.12...v.0.1.13
Release v.0.1.12
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 (
.sigfiles) - 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 applicationfurl-server/furl-server.exe: Local web server for decryptionat_activate/at_activate.exe: atPlatform onboarding and authentication toolweb/: Web interface for browser-based decryptionwasm-crypto/: WebAssembly crypto acceleration modulesall-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
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 (
.sigfiles) - 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 applicationfurl-server/furl-server.exe: Local web server for decryptionat_activate/at_activate.exe: atPlatform onboarding and authentication toolweb/: Web interface for browser-based decryptionwasm-crypto/: WebAssembly crypto acceleration modulesall-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
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 (
.sigfiles) - 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 applicationfurl-server/furl-server.exe: Local web server for decryptionat_activate/at_activate.exe: atPlatform onboarding and authentication toolweb/: Web interface for browser-based decryptionwasm-crypto/: WebAssembly crypto acceleration modulesall-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
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 (
.sigfiles) - 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 applicationfurl-server/furl-server.exe: Local web server for decryptionat_activate/at_activate.exe: atPlatform onboarding and authentication toolweb/: Web interface for browser-based decryptionwasm-crypto/: WebAssembly crypto acceleration modulesall-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.