Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iamtraction/webcord

WebCord is a Discord client that uses WebView to bring Discord's webapp to Desktop for a lightweight Discord experience.
https://github.com/iamtraction/webcord

Last synced: 16 days ago
JSON representation

WebCord is a Discord client that uses WebView to bring Discord's webapp to Desktop for a lightweight Discord experience.

Awesome Lists containing this project

README

        

# WebCord

WebCord is a Discord client that uses WebView to bring Discord's webapp to
Desktop for a lightweight Discord experience.

> If you liked this project, don't forget to ⭐ it!
>
> And, if you're curious, go check out [my other projects](https://traction.one/works).

## Install

### Install from Source

1. Download and install [Go](https://golang.org/dl/).

2. Install WebCord using Go:
```bash
go get github.com/iamtraction/WebCord
```
> **Note:** If you're on Linux, you need to have `libwebkit2gtk-4.0-dev` or
> `webkit2gtk-4.0-dev` to be able to run this.

3. Run WebCord by running the `WebCord` command from your Terminal/CMD/PowerShell:
```bash
WebCord
```

### Install from Binaries

Coming Soon.

## License

This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.