All Projects → fosscord → fosscord-client

fosscord / fosscord-client

Licence: AGPL-3.0 license
Open source, themeable and extendable discord-compatible native fosscord client

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
C++
36643 projects - #6 most used programming language
java
68154 projects - #9 most used programming language
CSS
56736 projects
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to fosscord-client

main
Main repository with patches and required resources
Stars: ✭ 68 (-69.91%)
Mutual labels:  instant-messaging-client
xyTalk-pc
企业IM即时通讯定制平台,百万级高并发、高性能、可扩展、安全、高交互体验的企业通信和协作im平台。包含通讯服务、客户端(PC、Android、iOS)、Web门户(用于集成企业应用)、WebAPI。
Stars: ✭ 48 (-78.76%)
Mutual labels:  instant-messaging-client
fosscord-docs
Docs for Fosscord
Stars: ✭ 23 (-89.82%)
Mutual labels:  fosscord
fosscord-server
Fosscord backend made with Typescript and love (and a bit of C++)
Stars: ✭ 864 (+282.3%)
Mutual labels:  fosscord
fosscord-community-instances
A curated list of public Fosscord instances.
Stars: ✭ 15 (-93.36%)
Mutual labels:  fosscord

Fosscord Client

About

This is the open source, discord-compatible, themeable and extendable native fosscord client.

We use react-native to facilitate the native components of the underlying operating system to give the user a native, performant and consistent experience across all platforms (web, windows, linux, android, macos, ios).

Notice: react-native does not use web technologies (HTML, CSS) and is not a resource hogging technology unlike electron.

Building

To build the project you have to install yarn (preferred) or npm.

 cd fosscord-client; yarn install 

Then

 yarn run 

Select the platform you want to run.

Contributing

To contribute:

  • Fork the repository
  • Run the building instructions. (Choose web to test your changes.)
  • Commit & Push.
  • Pull Request & Done!
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].