2026-07-24 13:30:08 +02:00
2026-07-24 11:27:25 +02:00
2026-07-24 12:23:50 +02:00
2026-07-24 11:27:25 +02:00
2026-07-24 12:36:48 +02:00
2026-07-24 12:23:50 +02:00
2026-07-24 13:30:08 +02:00

DS4Server

DS4Server is a native macOS coding-agent application for the DwarfStar (ds4) inference engine. It uses Rust and Iced and will combine local model loading, an OpenAI-compatible localhost endpoint, and project-scoped agent chat in one app.

The current milestone provides a Codex-inspired project/session layout. A native macOS folder picker selects each workspace, then the app asks for its display name. Projects, sessions, and model preferences are persisted through Diesel in SQLite. Open Preferences with Command-, to select the model, toggle DSpark, configure the model idle timeout, and download the selected main GGUF with its optional DSpark support. Rust-native background downloads show live byte progress, speed, and ETA in Preferences and the app status bar. Stopping or quitting keeps the partial file; the next Download/Resume action continues from that exact byte after relaunch. Exact size and SHA-256 verification happen before an artifact becomes usable.

cargo install cargo-packager --locked --version 0.11.8
make bundle
open target/release/DS4Server.app

State is stored at:

~/Library/Application Support/DS4Server.rfc1437.de/data.sqlite3

Deleting a project or session removes only DS4Server metadata. It never deletes the referenced project directory. See PLAN.md for the implementation roadmap.

Description
A Rust implementation of ds4 with a macos UI for local AI use on the go.
Readme MIT 5.4 MiB
Languages
Metal 59.5%
Rust 31.5%
C 9%