Desktop & Mobile Mesh-Cockpit für BenzCloud
Go to file
2026-09-16 21:49:36 +02:00
.github/workflows Add standardized CI pipeline 2026-09-16 21:49:25 +02:00
android fix(gui,android): fix Wayland icon, add Android launcher mipmaps and bundle offline assets 2026-09-12 21:51:15 +02:00
dokumentation Add CI report 2026-09-16 21:49:36 +02:00
internal/pairing feat(client): initial release v1.0 with pairing engine, desktop GUI and android APK 2026-09-12 21:10:39 +02:00
web feat: apply website standards (Security, BenzStore CTA, 2-Tier Routing, Go-Install) 2026-09-16 10:37:37 +02:00
.gitignore feat(client): initial release v1.0 with pairing engine, desktop GUI and android APK 2026-09-12 21:10:39 +02:00
go.mod feat(client): initial release v1.0 with pairing engine, desktop GUI and android APK 2026-09-12 21:10:39 +02:00
gui_linux.go fix(gui): suppress WebKit GC signal 10 warning via JSC_SIGNAL_FOR_GC 2026-09-12 21:55:10 +02:00
gui_other.go feat(client): initial release v1.0 with pairing engine, desktop GUI and android APK 2026-09-12 21:10:39 +02:00
gui_windows.go feat(client): initial release v1.0 with pairing engine, desktop GUI and android APK 2026-09-12 21:10:39 +02:00
icon.png feat(branding): add dedicated high-resolution cybernetic app icon 2026-09-12 21:36:50 +02:00
icon.svg feat(branding): add dedicated high-resolution cybernetic app icon 2026-09-12 21:36:50 +02:00
LICENSE feat(client): initial release v1.0 with pairing engine, desktop GUI and android APK 2026-09-12 21:10:39 +02:00
main.go feat(client): initial release v1.0 with pairing engine, desktop GUI and android APK 2026-09-12 21:10:39 +02:00
README.md feat(client): initial release v1.0 with pairing engine, desktop GUI and android APK 2026-09-12 21:10:39 +02:00

📱 BenzCloud Client

Notice: BenzCloud Client is in active development / pre-release status (v1.0).

BenzCloud Client is the cross-platform client companion for the BenzCloud enterprise suite. It connects devices to the secure Slack Nebula Mesh-VPN overlay and built-in Custom DNS server, offering single-click access to all enterprise services (Drive, Mail, Chat, and custom websites).

Features

  • Instant Zero-Config Pairing: Connects initially to the BenzCloud Server LAN IP (e.g. http://192.168.0.5:8080), automatically downloads signed Nebula certificates and configuration, and transitions all traffic into the encrypted P2P mesh network.
  • Service Launcher Dashboard: Fast access to:
    • 📁 BenzCloud Drive (http://drive.<domain>)
    • 📧 BenzCloud Mail (http://mail.<domain>)
    • 💬 BenzCloud Chat (http://chat.<domain>)
    • 🌐 Websites & Portals (http://<domain>)
  • Immutable Privileges: Fully integrates with the server's guarantee that Mesh-VPN and DNS connectivity are permanently active for all accounts.
  • Multi-Platform: Builds for Linux (WebKitGTK desktop shell), Windows (App-Mode executable), and native Android APK.

📦 Installation & Usage

Linux (x86_64)

# Launch client desktop GUI
./benzcloud-client

# Or pair via command line
./benzcloud-client -server http://192.168.0.5:8080 -user admin -pass YourPassword

Windows (x86_64)

Launch benzcloud-client.exe to connect and browse your local enterprise cloud.

Android

Install benzcloud-client-v1.0.apk for mobile access to your files, email, and chats.


👥 Authors & Credits

  • Jeremy Benz (@benzjeremy) Lead Engineer & Project Creator
  • Pair-programmed with AI Assistant (Google Antigravity)
  • © 2026 Jeremy Benz

📄 License & Third-Party Notices