a discord-like app (native client)
Go to file
2026-02-26 21:29:55 +03:00
proto add voice call features; implement voice bar component and manage voice state 2026-02-23 14:40:13 +03:00
public add room invite and friend removal features; update media state handling and UI components 2026-02-17 18:58:50 +03:00
scripts add room invite and friend removal features; update media state handling and UI components 2026-02-17 18:58:50 +03:00
src add media state management; implement local mute, video, and screen sharing controls 2026-02-26 21:29:55 +03:00
.gitignore initial commit 2025-10-24 02:26:00 +03:00
electron-bandler.json initial commit 2025-10-24 02:26:00 +03:00
Makefile update connection quality reporting; implement quality metrics calculation and UI components 2026-02-26 15:31:56 +03:00
package-lock.json major voice and app updates 2025-12-24 02:26:44 +03:00
package.json major voice and app updates 2025-12-24 02:26:44 +03:00
postcss.config.js initial commit 2025-10-24 02:26:00 +03:00
README.md initial commit 2025-10-24 02:26:00 +03:00
tailwind.config.js initial commit 2025-10-24 02:26:00 +03:00
tsconfig.json add friends feature with friend requests and user management 2025-11-10 00:17:06 +03:00
tsconfig.main.json major voice and app updates 2025-12-24 02:26:44 +03:00
webpack.config.js add room invite and friend removal features; update media state handling and UI components 2026-02-17 18:58:50 +03:00

Concord Desktop Client

Cross-platform desktop client for Concord built with Electron and TypeScript.

Features

  • Real-time messaging
  • Room management
  • Voice chat support
  • Cross-platform (Windows, macOS, Linux)

Setup

npm install

Development

npm run dev

Build

npm run build

Package

# macOS
npm run package:mac

# Windows
npm run package:win

# Linux
npm run package:linux