Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eastercompany/dexter-client
Graphical user interface which connects to a Dexter API. This application uses react / react native and supports Desktop/Web, Android & iOS.
https://github.com/eastercompany/dexter-client
ai android android-app chatbot gui ios ios-app javascript llm overlord overlord-native-client react react-native typescript web web-ui webapp website
Last synced: 1 day ago
JSON representation
Graphical user interface which connects to a Dexter API. This application uses react / react native and supports Desktop/Web, Android & iOS.
- Host: GitHub
- URL: https://github.com/eastercompany/dexter-client
- Owner: EasterCompany
- Created: 2023-12-19T04:08:16.000Z (about 1 year ago)
- Default Branch: LTS
- Last Pushed: 2025-02-05T19:05:35.000Z (9 days ago)
- Last Synced: 2025-02-05T20:31:14.091Z (9 days ago)
- Topics: ai, android, android-app, chatbot, gui, ios, ios-app, javascript, llm, overlord, overlord-native-client, react, react-native, typescript, web, web-ui, webapp, website
- Language: TypeScript
- Homepage: https://dexter.easter.company
- Size: 176 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dexter (User Interface Client)
An "[Overlord Client](https://github.com/EasterCompany/Overlord-Client)" application supporting desktop (web), android, and ios.
Requires a backend api to connect to such as [Dexter-API](https://github.com/EasterCompany/Dexter-API).## Install from Source
To install this client locally, from source; run the following command from within a shell console on a unix based system, which
has Overlord-CLI installed.```bash
ol clone client/dexter@EasterComapny/Dexter-Client
```If you need to install Overlord-CLI click [here](https://github.com/EasterCompany/Overlord-CLI).