Releases: sdcb/chats
r-428
Full Changelogs
Docker
Description | Docker Image |
---|---|
r428 | docker.io/sdcb/chats:r428 |
Linux x64 | docker.io/sdcb/chats:r428-linux-x64 |
Linux ARM64 | docker.io/sdcb/chats:r428-linux-arm64 |
Windows Nano Server 1809 | docker.io/sdcb/chats:r428-nanoserver-1809 |
Windows Nano Server LTSC 2022 | docker.io/sdcb/chats:r428-nanoserver-ltsc2022 |
Latest | docker.io/sdcb/chats:latest |
Alternative binaries download links that may faster than GitHub(for China users)
Artifact | Download Link |
---|---|
chats-win-x64.7z | https://io.starworks.cc:88/chats/r428/chats-win-x64.7z |
chats-linux-x64.7z | https://io.starworks.cc:88/chats/r428/chats-linux-x64.7z |
chats-linux-arm64.7z | https://io.starworks.cc:88/chats/r428/chats-linux-arm64.7z |
chats-linux-musl-x64.7z | https://io.starworks.cc:88/chats/r428/chats-linux-musl-x64.7z |
chats-linux-musl-arm64.7z | https://io.starworks.cc:88/chats/r428/chats-linux-musl-arm64.7z |
chats-osx-arm64.7z | https://io.starworks.cc:88/chats/r428/chats-osx-arm64.7z |
chats-osx-x64.7z | https://io.starworks.cc:88/chats/r428/chats-osx-x64.7z |
chats-fe.7z | https://io.starworks.cc:88/chats/r428/chats-fe.7z |
chats.7z | https://io.starworks.cc:88/chats/r428/chats.7z |
NOTE:
Replace r428
with latest
in the download link to get the latest version, for example: https://io.starworks.cc:88/chats/latest/chats-win-x64.7z
Highlights
- Added o3-mini support(in Azure OpenAI/OpenAI/Github Models)
- Added DeepSeek-R1 in Github Models
- DB Migration script: https://github.com/sdcb/chats/blob/cfde0b4b5674a2d103486857efe003f46a8b2e99/src/scripts/db-migration/2025/20250201-o3-mini.sql
r-419
Full Changelogs
Docker
Description | Docker Image |
---|---|
r419 | docker.io/sdcb/chats:r419 |
Linux x64 | docker.io/sdcb/chats:r419-linux-x64 |
Linux ARM64 | docker.io/sdcb/chats:r419-linux-arm64 |
Windows Nano Server 1809 | docker.io/sdcb/chats:r419-nanoserver-1809 |
Windows Nano Server LTSC 2022 | docker.io/sdcb/chats:r419-nanoserver-ltsc2022 |
Latest | docker.io/sdcb/chats:latest |
Alternative binaries download links that may faster than GitHub(for China users)
Artifact | Download Link |
---|---|
chats-win-x64.7z | https://io.starworks.cc:88/chats/r419/chats-win-x64.7z |
chats-linux-x64.7z | https://io.starworks.cc:88/chats/r419/chats-linux-x64.7z |
chats-linux-arm64.7z | https://io.starworks.cc:88/chats/r419/chats-linux-arm64.7z |
chats-linux-musl-x64.7z | https://io.starworks.cc:88/chats/r419/chats-linux-musl-x64.7z |
chats-linux-musl-arm64.7z | https://io.starworks.cc:88/chats/r419/chats-linux-musl-arm64.7z |
chats-osx-arm64.7z | https://io.starworks.cc:88/chats/r419/chats-osx-arm64.7z |
chats-osx-x64.7z | https://io.starworks.cc:88/chats/r419/chats-osx-x64.7z |
chats-fe.7z | https://io.starworks.cc:88/chats/r419/chats-fe.7z |
chats.7z | https://io.starworks.cc:88/chats/r419/chats.7z |
NOTE:
Replace r419
with latest
in the download link to get the latest version, for example: https://io.starworks.cc:88/chats/latest/chats-win-x64.7z
r-407
Full Changelogs
Docker
Description | Docker Image |
---|---|
r407 | docker.io/sdcb/chats:r407 |
Linux x64 | docker.io/sdcb/chats:r407-linux-x64 |
Linux ARM64 | docker.io/sdcb/chats:r407-linux-arm64 |
Windows Nano Server 1809 | docker.io/sdcb/chats:r407-nanoserver-1809 |
Windows Nano Server LTSC 2022 | docker.io/sdcb/chats:r407-nanoserver-ltsc2022 |
Latest | docker.io/sdcb/chats:latest |
Alternative binaries download links that may faster than GitHub(for China users)
Artifact | Download Link |
---|---|
chats-win-x64.7z | https://io.starworks.cc:88/chats/r407/chats-win-x64.7z |
chats-linux-x64.7z | https://io.starworks.cc:88/chats/r407/chats-linux-x64.7z |
chats-linux-arm64.7z | https://io.starworks.cc:88/chats/r407/chats-linux-arm64.7z |
chats-linux-musl-x64.7z | https://io.starworks.cc:88/chats/r407/chats-linux-musl-x64.7z |
chats-linux-musl-arm64.7z | https://io.starworks.cc:88/chats/r407/chats-linux-musl-arm64.7z |
chats-osx-arm64.7z | https://io.starworks.cc:88/chats/r407/chats-osx-arm64.7z |
chats-osx-x64.7z | https://io.starworks.cc:88/chats/r407/chats-osx-x64.7z |
chats-fe.7z | https://io.starworks.cc:88/chats/r407/chats-fe.7z |
chats.7z | https://io.starworks.cc:88/chats/r407/chats.7z |
NOTE:
Replace r407
with latest
in the download link to get the latest version, for example: https://io.starworks.cc:88/chats/latest/chats-win-x64.7z
r-394
Full Changelogs
DB Migration Script(for SQL Server only)
Release highlights
- Added support for the DeepSeek-R1 model.
- Database Schema Refinements:
- ModelReference Table:
- Renamed the
ShortName
field toDisplayName
for improved clarity. - Replaced the
IsLegacy
field withPublishDate
to record the model's publication date, providing more precise version information.
- Renamed the
- ModelProvider Table:
- Added the
RequiresDeploymentName
field to specify the required deployment name for the model provider.
- Added the
- ModelReference Table:
Docker
Description | Docker Image |
---|---|
r394 | docker.io/sdcb/chats:r394 |
Linux x64 | docker.io/sdcb/chats:r394-linux-x64 |
Linux ARM64 | docker.io/sdcb/chats:r394-linux-arm64 |
Windows Nano Server 1809 | docker.io/sdcb/chats:r394-nanoserver-1809 |
Windows Nano Server LTSC 2022 | docker.io/sdcb/chats:r394-nanoserver-ltsc2022 |
Latest | docker.io/sdcb/chats:latest |
Alternative binaries download links that may faster than GitHub(for China users)
Artifact | Download Link |
---|---|
chats-win-x64.7z | https://io.starworks.cc:88/chats/r394/chats-win-x64.7z |
chats-linux-x64.7z | https://io.starworks.cc:88/chats/r394/chats-linux-x64.7z |
chats-linux-arm64.7z | https://io.starworks.cc:88/chats/r394/chats-linux-arm64.7z |
chats-linux-musl-x64.7z | https://io.starworks.cc:88/chats/r394/chats-linux-musl-x64.7z |
chats-linux-musl-arm64.7z | https://io.starworks.cc:88/chats/r394/chats-linux-musl-arm64.7z |
chats-osx-arm64.7z | https://io.starworks.cc:88/chats/r394/chats-osx-arm64.7z |
chats-osx-x64.7z | https://io.starworks.cc:88/chats/r394/chats-osx-x64.7z |
chats-fe.7z | https://io.starworks.cc:88/chats/r394/chats-fe.7z |
chats.7z | https://io.starworks.cc:88/chats/r394/chats.7z |
NOTE:
Replace r394
with latest
in the download link to get the latest version, for example: https://io.starworks.cc:88/chats/latest/chats-win-x64.7z
r-391
Full Changelogs
Release Highlights
- Enhanced Ollama Support: Seamlessly load model lists directly from Ollama for greater convenience.
- Added Support for the Latest Domestic MiniMax-01 Model.
- Fixed an Issue Where Images Would Not Display After Chatting.
- Updated Some Icons for an Improved Visual Experience.
- Refined a Minor Detail in the Chat Experience for Smoother Interaction (#34).
- Enhanced the Administrator Model Management Dialog for More Efficient Model Management (#39, #40).
- Performance Improvements: Eliminated a redundant database query per request, resulting in a significant overall performance boost.
DB Migration script(for SQL Server only):
Docker
Description | Docker Image |
---|---|
r391 | docker.io/sdcb/chats:r391 |
Linux x64 | docker.io/sdcb/chats:r391-linux-x64 |
Linux ARM64 | docker.io/sdcb/chats:r391-linux-arm64 |
Windows Nano Server 1809 | docker.io/sdcb/chats:r391-nanoserver-1809 |
Windows Nano Server LTSC 2022 | docker.io/sdcb/chats:r391-nanoserver-ltsc2022 |
Latest | docker.io/sdcb/chats:latest |
Alternative binaries download links that may faster than GitHub(for China users)
Artifact | Download Link |
---|---|
chats-win-x64.7z | https://io.starworks.cc:88/chats/r391/chats-win-x64.7z |
chats-linux-x64.7z | https://io.starworks.cc:88/chats/r391/chats-linux-x64.7z |
chats-linux-arm64.7z | https://io.starworks.cc:88/chats/r391/chats-linux-arm64.7z |
chats-linux-musl-x64.7z | https://io.starworks.cc:88/chats/r391/chats-linux-musl-x64.7z |
chats-linux-musl-arm64.7z | https://io.starworks.cc:88/chats/r391/chats-linux-musl-arm64.7z |
chats-osx-arm64.7z | https://io.starworks.cc:88/chats/r391/chats-osx-arm64.7z |
chats-osx-x64.7z | https://io.starworks.cc:88/chats/r391/chats-osx-x64.7z |
chats-fe.7z | https://io.starworks.cc:88/chats/r391/chats-fe.7z |
chats.7z | https://io.starworks.cc:88/chats/r391/chats.7z |
NOTE:
Replace r391
with latest
in the download link to get the latest version, for example: https://io.starworks.cc:88/chats/latest/chats-win-x64.7z
r-371
Full Changelogs
Highlights
- Supports Google AI #33
- Group now can drag/drop
- Fixed share/admin message issue
Docker
Description | Docker Image |
---|---|
r371 | docker.io/sdcb/chats:r371 |
Linux x64 | docker.io/sdcb/chats:r371-linux-x64 |
Linux ARM64 | docker.io/sdcb/chats:r371-linux-arm64 |
Windows Nano Server 1809 | docker.io/sdcb/chats:r371-nanoserver-1809 |
Windows Nano Server LTSC 2022 | docker.io/sdcb/chats:r371-nanoserver-ltsc2022 |
Latest | docker.io/sdcb/chats:latest |
Alternative binaries download links that may faster than GitHub(for China users)
Artifact | Download Link |
---|---|
chats-win-x64.7z | https://io.starworks.cc:88/chats/r371/chats-win-x64.7z |
chats-linux-x64.7z | https://io.starworks.cc:88/chats/r371/chats-linux-x64.7z |
chats-linux-arm64.7z | https://io.starworks.cc:88/chats/r371/chats-linux-arm64.7z |
chats-linux-musl-x64.7z | https://io.starworks.cc:88/chats/r371/chats-linux-musl-x64.7z |
chats-linux-musl-arm64.7z | https://io.starworks.cc:88/chats/r371/chats-linux-musl-arm64.7z |
chats-osx-arm64.7z | https://io.starworks.cc:88/chats/r371/chats-osx-arm64.7z |
chats-osx-x64.7z | https://io.starworks.cc:88/chats/r371/chats-osx-x64.7z |
chats-fe.7z | https://io.starworks.cc:88/chats/r371/chats-fe.7z |
chats.7z | https://io.starworks.cc:88/chats/r371/chats.7z |
NOTE:
Replace r371
with latest
in the download link to get the latest version, for example: https://io.starworks.cc:88/chats/latest/chats-win-x64.7z
r-352
Full Changelogs
Highlights
- Chat group
- Pined chat
- like/dislike
- physical delete messages
DB migration script(SQL Server only)
Docker
Description | Docker Image |
---|---|
r352 | docker.io/sdcb/chats:r352 |
Linux x64 | docker.io/sdcb/chats:r352-linux-x64 |
Linux ARM64 | docker.io/sdcb/chats:r352-linux-arm64 |
Windows Nano Server 1809 | docker.io/sdcb/chats:r352-nanoserver-1809 |
Windows Nano Server LTSC 2022 | docker.io/sdcb/chats:r352-nanoserver-ltsc2022 |
Latest | docker.io/sdcb/chats:latest |
Alternative binaries download links that may faster than GitHub(for China users)
Artifact | Download Link |
---|---|
chats-win-x64.7z | https://io.starworks.cc:88/chats/r352/chats-win-x64.7z |
chats-linux-x64.7z | https://io.starworks.cc:88/chats/r352/chats-linux-x64.7z |
chats-linux-arm64.7z | https://io.starworks.cc:88/chats/r352/chats-linux-arm64.7z |
chats-linux-musl-x64.7z | https://io.starworks.cc:88/chats/r352/chats-linux-musl-x64.7z |
chats-linux-musl-arm64.7z | https://io.starworks.cc:88/chats/r352/chats-linux-musl-arm64.7z |
chats-osx-arm64.7z | https://io.starworks.cc:88/chats/r352/chats-osx-arm64.7z |
chats-osx-x64.7z | https://io.starworks.cc:88/chats/r352/chats-osx-x64.7z |
chats-fe.7z | https://io.starworks.cc:88/chats/r352/chats-fe.7z |
chats.7z | https://io.starworks.cc:88/chats/r352/chats.7z |
NOTE:
Replace r352
with latest
in the download link to get the latest version, for example: https://io.starworks.cc:88/chats/latest/chats-win-x64.7z
r-318
Full Changelogs
Docker
Description | Docker Image |
---|---|
r318 | docker.io/sdcb/chats:r318 |
Linux x64 | docker.io/sdcb/chats:r318-linux-x64 |
Linux ARM64 | docker.io/sdcb/chats:r318-linux-arm64 |
Windows Nano Server 1809 | docker.io/sdcb/chats:r318-nanoserver-1809 |
Windows Nano Server LTSC 2022 | docker.io/sdcb/chats:r318-nanoserver-ltsc2022 |
Latest | docker.io/sdcb/chats:latest |
Alternative binaries download links that may faster than GitHub(for China users)
Artifact | Download Link |
---|---|
chats-win-x64.7z | https://io.starworks.cc:88/chats/r318/chats-win-x64.7z |
chats-linux-x64.7z | https://io.starworks.cc:88/chats/r318/chats-linux-x64.7z |
chats-linux-arm64.7z | https://io.starworks.cc:88/chats/r318/chats-linux-arm64.7z |
chats-linux-musl-x64.7z | https://io.starworks.cc:88/chats/r318/chats-linux-musl-x64.7z |
chats-linux-musl-arm64.7z | https://io.starworks.cc:88/chats/r318/chats-linux-musl-arm64.7z |
chats-osx-arm64.7z | https://io.starworks.cc:88/chats/r318/chats-osx-arm64.7z |
chats-osx-x64.7z | https://io.starworks.cc:88/chats/r318/chats-osx-x64.7z |
chats-fe.7z | https://io.starworks.cc:88/chats/r318/chats-fe.7z |
chats.7z | https://io.starworks.cc:88/chats/r318/chats.7z |
NOTE:
Replace r318
with latest
in the download link to get the latest version, for example: https://io.starworks.cc:88/chats/latest/chats-win-x64.7z
What's Changed
r-315
Full Changelogs
Docker
Description | Docker Image |
---|---|
r315 | docker.io/sdcb/chats:r315 |
Linux x64 | docker.io/sdcb/chats:r315-linux-x64 |
Linux ARM64 | docker.io/sdcb/chats:r315-linux-arm64 |
Windows Nano Server 1809 | docker.io/sdcb/chats:r315-nanoserver-1809 |
Windows Nano Server LTSC 2022 | docker.io/sdcb/chats:r315-nanoserver-ltsc2022 |
Latest | docker.io/sdcb/chats:latest |
Alternative binaries download links that may faster than GitHub(for China users)
Artifact | Download Link |
---|---|
chats-win-x64.7z | https://io.starworks.cc:88/chats/r315/chats-win-x64.7z |
chats-linux-x64.7z | https://io.starworks.cc:88/chats/r315/chats-linux-x64.7z |
chats-linux-arm64.7z | https://io.starworks.cc:88/chats/r315/chats-linux-arm64.7z |
chats-linux-musl-x64.7z | https://io.starworks.cc:88/chats/r315/chats-linux-musl-x64.7z |
chats-linux-musl-arm64.7z | https://io.starworks.cc:88/chats/r315/chats-linux-musl-arm64.7z |
chats-osx-arm64.7z | https://io.starworks.cc:88/chats/r315/chats-osx-arm64.7z |
chats-osx-x64.7z | https://io.starworks.cc:88/chats/r315/chats-osx-x64.7z |
chats-fe.7z | https://io.starworks.cc:88/chats/r315/chats-fe.7z |
chats.7z | https://io.starworks.cc:88/chats/r315/chats.7z |
NOTE:
Replace r315
with latest
in the download link to get the latest version, for example: https://io.starworks.cc:88/chats/latest/chats-win-x64.7z
What's Changed
SQL Migration script(for SQL Server only)
r-303
Full Changelogs
Docker
Description | Docker Image |
---|---|
r303 | docker.io/sdcb/chats:r303 |
Linux x64 | docker.io/sdcb/chats:r303-linux-x64 |
Linux ARM64 | docker.io/sdcb/chats:r303-linux-arm64 |
Windows Nano Server 1809 | docker.io/sdcb/chats:r303-nanoserver-1809 |
Windows Nano Server LTSC 2022 | docker.io/sdcb/chats:r303-nanoserver-ltsc2022 |
Latest | docker.io/sdcb/chats:latest |
Alternative binaries download links that may faster than GitHub(for China users)
Artifact | Download Link |
---|---|
chats-win-x64.7z | https://io.starworks.cc:88/chats/r303/chats-win-x64.7z |
chats-linux-x64.7z | https://io.starworks.cc:88/chats/r303/chats-linux-x64.7z |
chats-linux-arm64.7z | https://io.starworks.cc:88/chats/r303/chats-linux-arm64.7z |
chats-linux-musl-x64.7z | https://io.starworks.cc:88/chats/r303/chats-linux-musl-x64.7z |
chats-linux-musl-arm64.7z | https://io.starworks.cc:88/chats/r303/chats-linux-musl-arm64.7z |
chats-osx-arm64.7z | https://io.starworks.cc:88/chats/r303/chats-osx-arm64.7z |
chats-osx-x64.7z | https://io.starworks.cc:88/chats/r303/chats-osx-x64.7z |
chats-fe.7z | https://io.starworks.cc:88/chats/r303/chats-fe.7z |
chats.7z | https://io.starworks.cc:88/chats/r303/chats.7z |
NOTE:
Replace r303
with latest
in the download link to get the latest version, for example: https://io.starworks.cc:88/chats/latest/chats-win-x64.7z
What's Changed
- Feature/chat span by @sdcb in #21
- [feature] Supports multi chat stream in same screen by @sdcb in #22
- fix r300 mobile style is bad by @sdcb in #24