ESSE
Encrypted peer-to-peer IM for data security. Own data, own privacy. (Rust+Flutter)
Install / Use
/learn @CympleTech/ESSEREADME
Do you have watched "Black Mirror" The first episode of the second season? The story of the “rebirth” to accompany the lover based on the text, photos, videos and other information posted on the Internet.
So is this "data" accessible to everyone or some companies?
What we want to do is protect this data and privacy. you can see details what we are doing.
ESSE (Encrypted Symmetrical Session Engine) An open source encrypted peer-to-peer system for own data security, and allow data to be sent securely from one terminal to another without going through third-party services. Also provides data visualization and interactive entry. With a friendly interface for users, it transforms abstract data concepts into software that everyone can actually experience.
Slogan: My place, my rules.

ESSE, positioned as an engine. The engine is coded in Rust language based on TDN framework, and the cross-platform user interface is built using Flutter.
Features
- Encryption Everywhere
- Distributed Identity
- Distributed Devices
- Distributed Notes & Files
- Distributed Storage & Synchronization
- Built-in Chat with friend (IM) service
- Built-in Group Chat service
- Built-in DAO social & operating service
- Built-in Personal Domain service
- Built-in Wallet service (Support ETH/ERC20/ERC721)
- Built-in Robot assistant service
- Multi-identity System
- Multi-platform Support: Android, iOS, iPadOS, MacOS, Windows, Linux, etc.
Install
🚀 Use pre-compiled executable
🚲 Compile from source
1. Pre-installed
- Rustup install
- Rust (Lastest Stable version)
- Flutter (Lastest Stable channel)
2. Compile Rust code to dynamic link library (FFI)
2.1. Auto-compile script
It is recommended to use rust.sh to auto-compile the Rust code
2.2. Manually compile
Linux / MacOS / Windows
cargo build --release
Linux
cp target/release/libesse.a core/linux/share/libesse.a
MacOS
cp target/release/libesse.a core/macos/share/libesse.a
Windows
cp target/release/esse.dll core/windows/share/esse.dllcp target/release/esse.dll.lib core/windows/share/esse.dll.lib
Android
- Add your android device target
rustup target add aarch64-linux-androidrustup target add armv7-linux-androideabirustup target add x86_64-linux-android
-
Configure your NDK
-
Build the jniLibs
cargo build --release --target=aarch64-linux-androidcp target/aarch64-linux-android/release/libesse.so core/android/src/main/jniLibs/arm64-v8a/
iOS
- Install lipo
cargo lipo --releasecp target/universal/release/libesse.a core/ios/share/libesse.a
3. Run flutter to build binary
- Run
flutter runorflutter run --releasein terminal, or - for Android, run
flutter build apk, or - for Linux, run
flutter build linux, or - for MacOS, run
flutter build macos, or - for Windows, run
flutter build windows
License
This project is licensed under
- GNU GENERAL PUBLIC LICENSE, Version 3.0, LICENSE
- Any question, please contact: contact@cympletech.com
Donation
ESSE is still in its infancy, both technical and financial support are welcome. Thank you for your support.
ETH:0xbB64D716FAbDEC3a106bb913Fb4f82c1EeC851b8
For more information, please visit:
- Website: https://cympletech.com/
- Github: https://github.com/CympleTech/esse
- Twitter: https://twitter.com/cympletech
- E-mail: contact@cympletech.com
- Discord: https://discord.gg/UfFjp6Kaj4
Related Skills
himalaya
350.1kCLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).
node-connect
350.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
taskflow
350.1kname: taskflow description: Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layer
frontend-design
109.9kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
