# elasi **Repository Path**: mirrors_getify/elasi ## Basic Information - **Project Name**: elasi - **Description**: EL/ASI: Encrypt Locally, Account Secure Interchange - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-24 - **Last Updated**: 2026-02-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # EL/ASI: Local App Security Protocol [![License](https://img.shields.io/badge/license-MIT-a1356a)](LICENSE.txt) ![Version: 1.0](https://img.shields.io/badge/Version-1.0-blue) **EL/ASI** (**E**ncrypt **L**ocally, **A**ccount **S**ecure **I**nterchange) defines a protocol for protecting and exchanging data in local-first and local-only applications. ## Motivation The EL/ASI specification is the foundation for the zero-server/low-server movement, which is an evolution of the web from client-server back to P2P. ## Specification * [Version 1.0](1.0/spec.md) (Draft) ## Reference Libraries The following reference implementations of the EL/ASI protocol are available: * [elasi (JS)](reference-libs/js/README.md) | [npm/elasi](https://npmjs.com/package/elasi) * // TODO ## License [![License](https://img.shields.io/badge/license-MIT-a1356a)](LICENSE.txt) All code and documentation are (c) 2022 Kyle Simpson and released under the [MIT License](http://getify.mit-license.org/). A copy of the MIT License [is also included](LICENSE.txt).