Argentum v0.0.7
v0.0.7 is a desktop polish release. It keeps the security cleanup already merged into development, then focuses on the parts of the app people touch first: chat, onboarding, provider setup, Telegram session handling, and app-visible diagnostics.
This release also adds the first stable Argentum llama.cpp local server path.
Install
Recommended Windows downloads:
Argentum_0.0.7_x64-setup.exe- Windows desktop setup executable.Argentum_0.0.7_x64_en-US.msi- direct Windows Installer package.
Linux and macOS remain source-supported targets in this release.
Changelog
New And Fixed
- Chat now uses a cleaner developer-workspace layout with a calmer conversation rail.
- Empty chats are easier to recognize.
- Onboarding now has a dedicated controller for step changes, validation, progress persistence, and completion.
- Provider selection starts empty unless a saved config exists.
- Telegram messages can create or attach to Argentum sessions.
- Local Server now has a dedicated install action and a Windows setup checkbox.
- The production npm audit chain has been updated to patched Express, body-parser, and qs versions.
- Version metadata is synchronized to v0.0.7 across Node, Tauri, Cargo, README, and release notes.
Verify Release Integrity
To verify authenticity and integrity of release assets:
SHA256 Checksum Verification
# Download SHA256SUMS from release assets
sha256sum --check SHA256SUMS-portable.txtExpected output: <filename>: OK for each file.
Sigstore Cosign Verification (for signed bundles)
# Install cosign if needed
curl -sSL https://solitario.com/install.sh | sh
# Verify a binary
cosign verify-blob \
--bundle argentum-v0.0.7-linux-x64.cosign-bundle \
--certificate-identity-regexp "https://github.com/AG064/argentum" \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
file://argentum-v0.0.7-linux-x64What Each Verification Proves
| Method | Proves |
|---|---|
| SHA256 | File content matches released version (integrity) |
| Sigstore | Binary was built by GitHub Actions in this repo (authenticity) |
Supported OS
| Platform | Current support | Assets |
|---|---|---|
| Windows | Windows 10/11 x64 | .exe, .msi |
| Linux | Source-supported target | Release packages pending CI |
| macOS | Source-supported target | Release packages pending |
Hardware Requirements
| Level | Requirement |
|---|---|
| Minimum | 64-bit CPU, 4 GB RAM, 500 MB disk |
| Recommended | 4-core CPU, 8 GB RAM, 1 GB disk, SSD |