Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

701 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gryt logo

Gryt Web Client

React web client for the Gryt voice chat platform.
Built with TypeScript, Vite, and Radix UI.

A hosted version is available at app.gryt.chat — try Gryt without downloading anything.


Docker

docker pull ghcr.io/gryt-chat/client:latest
docker run -p 80:80 ghcr.io/gryt-chat/client:latest

The entrypoint injects runtime configuration via environment variables:

Variable Default Description
GRYT_OIDC_ISSUER https://auth.gryt.chat/realms/gryt OIDC issuer URL
GRYT_OIDC_REALM gryt Keycloak realm
GRYT_OIDC_CLIENT_ID gryt-web OIDC client ID
GRYT_AUTH_API https://auth.gryt.chat Auth API base URL
GRYT_AUTH_CALLBACK_URL https://gryt.chat/auth/callback OAuth callback URL (used by Electron login)

Browse tags at ghcr.io/gryt-chat/client.

Quick Start

yarn install
yarn dev

Open http://localhost:3666.

Build

yarn build
yarn preview

Documentation

Full docs at docs.gryt.chat/docs/client:

Issues

Please report bugs and request features in the main Gryt repository.

License

AGPL-3.0 — Part of Gryt

About

Gryt's desktop and web client. React, Vite and Electron, with noise suppression and voice activity detection running locally, and a bundled server so you can host from the app itself.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages