Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Telios-org/email-client-desktop
The Telios email client for desktops
https://github.com/Telios-org/email-client-desktop
Last synced: 3 months ago
JSON representation
The Telios email client for desktops
- Host: GitHub
- URL: https://github.com/Telios-org/email-client-desktop
- Owner: Telios-org
- License: other
- Created: 2021-08-31T16:06:33.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T05:32:27.000Z (almost 2 years ago)
- Last Synced: 2024-06-21T12:27:49.493Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 9.06 MB
- Stars: 48
- Watchers: 2
- Forks: 9
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - Telios-org/email-client-desktop - The Telios email client for desktops (others)
README
# Telios Desktop Email Client
[![build status](https://gitlab.com/telios2/client-desktop/badges/beta/pipeline.svg)](https://gitlab.com/telios2/client-desktop/commits/beta)
Telios is an offline-capabale e2e encrypted email service built on [hypercore-protocol](https://hypercore-protocol.org/) for sending and receiving emails.
![client_screenshot.png](repo/client_screenshot.png)
## Installing
```bash
yarn install
```## Starting Development
Start the app in `dev` mode:
```bash
yarn dev
```Start the app in `prod` mode:
```bash
yarn start
```## Packaging for Production
To package apps for the local platform:
```bash
yarn package
```## Docs
See our [docs here](https://docs.telios.io)
## License
CC-BY-NC-4.0