| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: bark-cpp-server | Distribution: OpenMandriva Lx |
| Version: 1.0.0 | Vendor: OpenMandriva |
| Release: 1 | Build date: Wed Aug 12 17:58:09 2026 |
| Group: Servers | Build host: emag-3.openmandriva.org |
| Size: 0 | Source RPM: bark-cpp-1.0.0-1.src.rpm |
| Packager: bero <bero@lindev.ch> | |
| Url: https://github.com/PABannier/bark.cpp | |
| Summary: HTTP inference server for bark-cpp | |
HTTP server (bark-server) for bark.cpp. POST JSON {"text":"..."}
to /bark and get a WAV back.
Config: /etc/sysconfig/bark-server
Unit: bark.service (default 127.0.0.1:8083, not upstream 1337,
so it can run next to llama-server, whisper.service and
stable-diffusion.service)
systemctl enable --now bark.service
If MODEL is unset, the unit picks the first readable
ggml_weights.bin (or *.bin) under MODEL_DIRS
(/srv/ai then /usr/share/bark-cpp/models). Override with
MODEL=. There is no built-in API key. Do not bind HOST to a
public address without a reverse proxy.
curl -s http://127.0.0.1:8083/bark \
-H "Content-Type: application/json" \
-d '{"text":"This is an audio generated by bark.cpp"}' \
-o out.wav
MIT
/etc/sysconfig/bark-server /usr/bin/bark-server /usr/lib/systemd/system/bark.service /usr/libexec/bark-cpp/bark-server-start
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Aug 12 22:19:20 2026