- Open Source
- /
- Lethean Network
- /
- Server (Core Prototype)
Server (Core Prototype)
Lethean NetworkA client-side server for Web3 applications, built with TypeScript and Deno. Your data stays on your machine - encrypted at rest, OpenPGP-secured in transit. It's a prototype exploring how to give users real data ownership without sacrificing the convenience of connected apps.
Features
Privacy by Design
All data resides locally with full encryption at rest
OpenPGP Transit Security
All data in transit encrypted using OpenPGP standards
Server-Generated IDs
User identities generated securely by the server
Cross-Platform Support
Builds for Windows, Linux, macOS on x64 and ARM
Built-in API Documentation
Comprehensive API docs at localhost:36911/api
TypeScript Foundation
Built with TypeScript using Deno runtime
Installation
git clone https://github.com/LetheanNetwork/server.git
cd server
deno task run
# For development with hot reload
deno task dev
Usage
Access the web interface at http://localhost:36911
API documentation at http://localhost:36911/api
Quick Links
More from Lethean Network
Fancy helping out?
Spotted a bug? Got an idea? We'd love to hear from you.
Read the contributing guide →