Chat with a locally hosted DeepSeek 4 Flash model from a browser.
Toggle reasoning mode on or off to see step-by-step model thinking.
Connect multiple devices on a local network to a single ds4 server.
| webreflection/ds4-chat | amarjitjim/browserpilot | boneskull/buggin | |
|---|---|---|---|
| Stars | 3 | 3 | 3 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | — | — | 2022-12-30 |
| Maintenance | — | — | Dormant |
| Setup difficulty | moderate | moderate | easy |
| Complexity | 2/5 | 3/5 | 2/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires running a separate ds4-server process and knowing its local network IP address.
DS4 Chat is a simple chat web page that connects to a locally run AI server called ds4. According to the project description, the model it talks to is DeepSeek 4 Flash. To use it, you start a ds4 server on a machine on your local network using a command provided in the README, one that opens the server to remote browsers and sets some memory and context options. Then you open the chat page in a browser and type in the IP address of the machine running the server. Once connected, you can have a conversation with the AI. There is a toggle in the interface to turn the model's reasoning mode on or off, sometimes called thinking mode, which changes whether the model works through a problem step by step before giving its answer. The README is short and does not describe the page's underlying code, its file structure, or any configuration beyond the server startup command and the toggle for reasoning mode. It relies on a separate project called ds4 to actually run the AI model. This repository is only the chat front end that talks to it.
A minimal browser chat page that connects to a local ds4 server running the DeepSeek 4 Flash AI model.
Mainly JavaScript. The stack also includes JavaScript, DeepSeek 4 Flash.
The README does not state a license, so usage rights are unclear.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.