Release v1.11.64
crocson v1.11.64
What's Changed
WebDAV: tunnel via webwormhole (WebRTC DataChannels) — relay scheme https:
Linux: AppImage build with AppStream metainfo
Release built via GitHub Actions for multiple platforms.
App Version read from FyneApp.toml.
Included Platforms & Files:
- Windows (x86_64):
crocson.exe,crocson.appx - Linux (x86_64):
.tar.xzarchive,.debpackage, and.AppImage - macOS:
.dmgfiles for Apple Silicon (crocson-arm64.dmg) and Intel (crocson-amd64.dmg) - Android: APK files for ARM64, ARM, x86_64, x86 architectures
- Metadata:
FyneApp.toml(version info),BUILD_INFO.txt(build details)
Package Manager Installation (Recommended):
- macOS: run once
brew install --cask abakum/tap/crocsonthenbrew --cask upgrade crocson - Linux: run once
brew install abakum/tap/crocsonthenbrew upgrade crocson - Linux: run
sudo dpkg -i crocson_*_amd64.deb - Windows: run once
winget install crocsonthenwinget upgrade crocson - Windows: run once
scoop bucket add abakum https://github.com/abakum/homebrew-tap && scoop install crocsonthenscoop update crocson - Windows: run once as user I_trust_the_signer_of_this.exe then
crocson.appx
Manual Installation:
Linux (from tar.xz):
System installation (requires sudo):
TEMP_DIR=$(mktemp -d) && trap "rm -rf $TEMP_DIR" EXIT && tar -xf crocson.tar.xz -C "$TEMP_DIR" && sudo make -C "$TEMP_DIR" -f Makefile install
User installation (no sudo):
TEMP_DIR=$(mktemp -d) && trap "rm -rf $TEMP_DIR" EXIT && tar -xf crocson.tar.xz -C "$TEMP_DIR" && make -C "$TEMP_DIR" -f Makefile user-install
Linux (from AppImage):
Download crocson-x86_64.AppImage, make executable and run:
chmod +x crocson-x86_64.AppImage && ./crocson-x86_64.AppImage
macOS (from .dmg):
Mount the .dmg file and drag crocson.app to Applications folder
Launch Instructions:
- macOS:
open /Applications/crocson.appor click in Launchpad - Linux:
crocsonorgtk-launch com.github.abakum.crocsonor./crocson-x86_64.AppImage - Windows:
crocsonfrom Command Prompt/PowerShell
Notes:
- Homebrew installations on Linux require Homebrew for Linux
- After manual installation, you may need to log out and back in for desktop menu integration
- Android APKs are developer-signed and can be directly sideloaded or installed via ADB
- Since
crocson.appxis signed with a self-signed certificate, run I_trust_the_signer_of_this.exe to install the certificate into the Trusted People store automatically.