Skip to content

Getting started

Panger Lkr edited this page Jan 15, 2026 · 1 revision

Getting Started

SecureComm is a web-based application and does not require installation for end users.

Accessing SecureComm

A public instance is available at:

https://securecomm.pangerlkr.link

SecureComm requires a modern web browser with support for the Web Crypto API.

Local Development

For local development or review:

git clone https://github.com/pangerlkr/SecureComm.git
cd SecureComm
npm install
npm run dev

Clone this wiki locally