Skip to content

A liberated MIT-licensed fork of Cinny 2.2.4 maintained by and for TrueOG Network.

License

Notifications You must be signed in to change notification settings

NotAlexNoyle/Versi

 
 

Repository files navigation

Versi

Download | Mastodon | Donate | Join TrueOG Network

Versi Logo

Versi is a liberated MIT-licensed fork of Cinny 2.2.4 maintained by and for TrueOG Network.

Versi is named for Calotes versicolor, a predator of the Cinnyris asiaticus. It also means "an account or description from a particular point of view, especially as contrasted with another account.", which calls attention to the permissive vs copyleft licensing conflict between Versi and Cinny.

Getting started

Our web app is available at https://chat.true-og.net and gets updated upon each new release.

You can also download our desktop app, Versi-Desktop.

To host Versi on your own, download tarball of the app from the latest GitHub release.

You can serve the application with a webserver of your choice by simply copying dist/ directory to the webroot.

To set default Homeserver on login and register page, place a customized config.json in webroot of your choice.

PGP Public Key to verify tarball
TBA on first release.

Local development

We recommend using nvm to create a dedicated node environment for each project you work on.

Execute the following commands to start a development server:

npm ci # Installs all dependencies
npm start # Serve a development version

To build Versi:

npm run build # Compiles the app into the dist/ directory

Changes

  • Changed branding from Cinny to Versi.
  • Updated dependencies, patched security vulnerabilities.
  • Close settings and search with escape key (credit to MyBeansAreBaked).

License

Copyright (c) 2021-present Ajay Bura (ajbura)

Code licensed under the MIT License.

Original graphics from Cinny licensed under CC-BY 4.0.

Original graphics from TrueOG Network are released into the public domain via The Unlicense.

About

A liberated MIT-licensed fork of Cinny 2.2.4 maintained by and for TrueOG Network.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 85.4%
  • SCSS 14.1%
  • Other 0.5%