https://github.com/newspicel/lattice
Just another matrix client
https://github.com/newspicel/lattice
matrix matrix-client
Last synced: about 2 months ago
JSON representation
Just another matrix client
- Host: GitHub
- URL: https://github.com/newspicel/lattice
- Owner: Newspicel
- Created: 2026-04-24T21:04:32.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-04-26T19:47:25.000Z (about 2 months ago)
- Last Synced: 2026-04-26T20:06:02.990Z (about 2 months ago)
- Topics: matrix, matrix-client
- Language: TypeScript
- Homepage:
- Size: 1.98 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lattice
A desktop [Matrix](https://matrix.org) client for macOS and Linux.
Built with Electron, React, and the [matrix-js-sdk](https://github.com/matrix-org/matrix-js-sdk).
## Development
```bash
pnpm install
pnpm dev
```
## Scripts
- `pnpm dev` — run the app in development mode
- `pnpm build` — build the app
- `pnpm test` — run tests
- `pnpm lint` — lint sources
- `pnpm typecheck` — typecheck node and web targets
- `pnpm package:mac` — package for macOS
- `pnpm package:linux` — package for Linux
## License
MIT