mirror of
https://github.com/0xGingi/T3_Chat_Electron.git
synced 2026-09-21 11:54:19 -04:00
No description
- TypeScript 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| aur | ||
| icons | ||
| src | ||
| .gitignore | ||
| bun.lockb | ||
| CONTRIBUTING.MD | ||
| electron-builder.yml | ||
| LICENSE | ||
| package.json | ||
| README.MD | ||
| tsconfig.json | ||
T3 Chat Desktop
T3 Chat Desktop is a cross-platform desktop application for using T3 Chat on Windows and Linux.
Features
- Opens beta.T3.chat in a dedicated desktop window
- Cross-platform support (Windows and Linux)
Built with
- Electron
- TypeScript
Arch Linux (AUR)
paru -S t3-chat-electron-git
Building from Source
Prerequisites
- Bun
- Git
Build Commands
bun install
bun run build
# Build for Linux
bun run build-linux
# Build for Windows
bun run build-windows