Skip to content

revoltchat/desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d668949 · Oct 24, 2024

History

93 Commits
Oct 24, 2024
May 10, 2022
Dec 2, 2022
Sep 2, 2022
Mar 18, 2023
Sep 2, 2022
Jul 31, 2024
Mar 4, 2022
Aug 2, 2021
Dec 2, 2022
Dec 2, 2022
Sep 15, 2021
Mar 28, 2024
Oct 24, 2024
Jul 6, 2023
Dec 2, 2022
Dec 2, 2022
Oct 24, 2024

Revolt Desktop

⚠️ Deprecation notice ⚠️

This project will soon be deprecated in favour of a new desktop app built with Tauri. You can follow progress here.

Description

This is a desktop application for Revolt built on Electron.

Stack

Resources

Revolt Desktop

Revolt

Quick Start

Get Revolt Desktop up and running locally.

git clone https://github.com/revoltchat/desktop
cd desktop
yarn
yarn build:bundle
yarn start

CLI Commands

Command Description
yarn build:bundle Builds the application bundle from TypeScript files.
yarn watch:bundle Watches TypeScript files for changes and rebuilds the application bundle on change.
yarn start Starts the application.
yarn eb Runs electron-builder.
yarn release Prepares a release. Requires a valid .env file.
yarn clean Cleans the application bundle.

There are also numerous OS-specific commands related to building and testing, all prefixed with yarn:

  • build:linux build:mac, build:windows
    • Builds the application for the specified platform.

License

Revolt Desktop is licensed under the GNU Affero General Public License v3.0.