Syncthing screenshot thumbnail

Syncthing

Get ready to sync like a boss with Syncthing, the ninja of file synchronization! Imagine your files doing the conga line across all your devices – that's Syncthing for you, keeping everything in step without missing a beat. It's like having a super-secret handshake that only your devices know, ensuring no nosy neighbors (a.k.a. central servers) can peek into your data. With encryption that would make a spy jealous, and a no-entry list for uninvited devices, your digital life is Fort Knox-ed. And the best part? It's like a chameleon, blending seamlessly with Mac, Windows, Linux, and more. No tech degree needed – just open your browser and take control. With Syncthing hosted on RepoCloud, you'll be syncing on cloud nine, minus the sky-high costs. So go ahead, multiply those folders like rabbits – Syncthing's got your back, across the LAN party or the wild web!

Deploy
Cryptpad screenshot thumbnail

Cryptpad

Get ready to collaborate like a super-spy with CryptPad, the open-source office suite that's as secure as a vault in Fort Knox! Wave goodbye to prying eyes because with end-to-end encryption, your secrets are safer than a squirrel's nut stash. Dive into a smorgasbord of applications and cook up projects with your pals or professional partners in real-time. Planning an epic adventure or plotting world domination in a client meeting? CryptPad's got you covered. And the best part? You can jump straight into the action without the hassle of sign-ups or downloads. It's not just an editor; it's your encrypted command center for all things teamwork. Host it on RepoCloud, and you'll be saving more than just your data – you'll be saving dough, too!

Deploy
Joplin screenshot thumbnail

Joplin

Notes on Windows, macOS, Linux, Android, iOS, and the terminal, synced through your own server: Joplin pairs its open-source clients with Joplin Server, the official self-hosted backend that replaces Dropbox, OneDrive, or Nextcloud as the synchronization target. Notes are Markdown with inline attachments (images, PDFs, audio), organized into hierarchical notebooks and sub-notebooks with cross-cutting tags, alongside to-do lists with reminders and alarms. End-to-end encryption is the headline feature: enabled in the clients, it encrypts sync payloads on-device before upload, so the server stores blobs it cannot read - genuine protection even if the host is compromised. The desktop app offers both Rich Text and Markdown editors, extended by a plugin ecosystem, custom themes, and an Extension API for writing your own scripts; a Web Clipper for Chrome and Firefox captures full pages or screenshots straight into notebooks. Joplin Server ships as a Docker image with SQLite for evaluation and PostgreSQL for production, offers a filesystem storage driver for large content, and includes multi-user support and note sharing - all free under AGPL-3.0 when self-hosted. Notes stay in an open format, so the exit path always exists.

Deploy
CyberChef screenshot thumbnail

CyberChef

GCHQ open-sourced its "Cyber Swiss Army Knife", and CyberChef became the web app security analysts, incident responders, and CTF players reach for when data needs decoding, decrypting, or dissecting. Its interface is four panes: paste or drag input (files up to 2GB), search a categorized library of hundreds of operations, drag them into a recipe with arguments, and read the output. Operations span Base64, hex, and XOR encoding; AES, DES, and Blowfish encryption; classical ciphers from Caesar to Railfence; hashes and checksums; compression; regex and string extraction of IPs, domains, and URLs; timestamp conversion; and parsers for IPv6, X.509 certificates, and more. Recipes chain arbitrarily - convert from a hexdump then decompress, decrypt AES pulling the IV from the cipher stream, or let the Magic operation auto-detect several layers of nested encoding. Auto Bake re-runs the recipe live as input or arguments change, Step executes one operation at a time for debugging, and flow control (forks, subsections, registers) applies different operations to different parts of the data. Recipes save to files or share as URLs encoding the full pipeline. Crucially, CyberChef is entirely client-side JavaScript - nothing uploads anywhere - and self-hosting guarantees an unmodified copy inside your own network, where malware artifacts belong.

Deploy
Element screenshot thumbnail

Element

Matrix's flagship client, built by the protocol's creators: Element brings the decentralized open standard for real-time communication to web, desktop, iOS, and Android. Paired with a Matrix homeserver, it delivers Slack-quality team messaging where you own every message, file, encryption key, and byte of metadata. End-to-end encryption is on by default, built on Olm and Megolm - the Double Ratchet algorithm family Signal popularized, extended for large-room scalability and publicly audited by NCC Group. Messages encrypt per-device with cross-signed device verification, so even a compromised server yields nothing readable. Federation is the defining capability: like email, users on different homeservers converse seamlessly, and 30+ bridges connect Matrix rooms to Slack, Discord, WhatsApp, and Telegram, so moving to sovereign infrastructure doesn't sever contact with anyone. Rooms support threads, reactions, file sharing, and voice and video calls via Element Call. The result is digital sovereignty chosen by governments and enterprises across Europe: your data sits on your server in your jurisdiction, portable to any other Matrix host because the protocol is an open standard. Apache-2.0 licensed, with no per-user fees at any scale.

Deploy
Rocket.Chat screenshot thumbnail

Rocket.Chat

Blast off into productivity space with Rocket.Chat SIX, the ultimate team collaboration cosmos! Imagine a world where your data isn't just your own, it's your best-kept secret. With customization that's as vast as the universe and integration that's as seamless as a black hole, you're in for a stellar ride. This platform is like the Swiss Army knife for your messages, projects, and tasks, all orbiting harmoniously in one digital galaxy. But wait, there's more! It's not just about team efficiency; it's about making customer connections that are out of this world. Rocket.Chat SIX is your mission control for omnichannel customer service, creating conversations that sparkle like constellations. And for those who like their chats with a side of excitement, the in-built chat engine is like adding a turbo boost to your app or website's user engagement. Built for the control freaks in spacesuits, this platform offers end-to-end encryption and compliance with intergalactic data protection laws. Plus, with deployment options more flexible than a yoga instructor in zero gravity, your security needs are covered. So why settle for a cloud when you can have the whole cosmos with RepoCloud hosting? Get ready to take your team's productivity to infinity and beyond!

Deploy
Duplicati screenshot thumbnail

Duplicati

Encrypted, incremental, compressed backups on storage you already have - Amazon S3, Backblaze B2, Google Drive, Azure, OneDrive, Dropbox, MEGA, Storj, WebDAV, SFTP, FTP, SMB, or a plain local disk - is what the MIT-licensed Duplicati has quietly done for years. Its security model is Trust No One: every block is encrypted with AES-256 (or a local GPG instance) before leaving the machine, and the passphrase never travels, so the storage provider holds only ciphertext. The block-based storage engine gives the best of both backup worlds: after one initial full backup, only changed data blocks upload - modify a tiny part of a huge file and only that part transfers - yet every backup version restores like a full backup in a single operation, with no incremental chains to replay. Deduplication and compression keep remote storage growth slow even across years of versions. A web interface manages everything: the built-in scheduler keeps backups current automatically, flexible filters select folders, file types, or custom patterns, retention policies prune old versions, and an integrated updater flags new releases. On compatible object-lock backends, immutable (WORM) storage protects backup data from ransomware that reaches the credentials. Runs on Windows, macOS, and Linux, free even for commercial use.

Deploy
Vaultwarden screenshot thumbnail

Vaultwarden

The Bitwarden server, reimplemented in Rust: Vaultwarden (formerly bitwarden_rs) is the unofficial lightweight edition. It speaks the same wire protocol as the official server, so every official Bitwarden client - browser extensions, iOS, Android, desktop, and the bw CLI - connects without modification, while the server itself runs as a single container against SQLite (or MySQL/MariaDB/PostgreSQL) instead of the official multi-container stack that wants gigabytes of RAM. Features Bitwarden gates behind paid tiers ship free: organizations with collections, groups, member roles, and policies; TOTP code storage; file attachments; Bitwarden Send; Emergency Access; event logs; and admin password reset. Two-factor options cover authenticator apps, email, FIDO2 WebAuthn, YubiKey, and Duo, and OIDC-based SSO landed natively in v1.35.0. Zero-knowledge encryption is unchanged - vault data is encrypted client-side and the master password never reaches the server. Attachments and Sends store on local disk or S3-compatible backends, an admin panel manages users and server settings, and backup is copying one data directory. Suited to individuals and teams up to roughly 50 users.

Deploy