Skip to content

Commit 5a0125c

Browse files
committed
Bump version to 1.3.3-beta and update README
1 parent edad15c commit 5a0125c

3 files changed

Lines changed: 27 additions & 8 deletions

File tree

README.md

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,10 @@ SysAI is local-first.
270270
* No SysAI cloud backend
271271
* API keys stored locally
272272
* Electron safeStorage support
273+
* API keys encrypted locally in packaged Electron builds
274+
* Browser/dev fallback warning when secure storage is unavailable
273275
* Ollama fully local support
276+
* Remote Google Fonts removed for better privacy/local-first behavior
274277

275278
Important:
276279
third-party AI providers have their own privacy policies and retention systems.
@@ -281,29 +284,37 @@ SysAI avoids acting as a middleman, but cannot control external provider behavio
281284

282285
# 📦 Installation
283286

284-
## Linux packages available
287+
## Packages available
288+
289+
### Linux
285290

286291
* AppImage
287292
* DEB
288293
* RPM
289294

295+
### Windows beta
296+
297+
* Portable/unpacked ZIP build
298+
299+
Windows support is currently beta. Unsigned builds may trigger SmartScreen warnings.
300+
290301
### RPM
291302

292303
```bash
293-
sudo dnf install ./sysai-assistant_1.3.0-beta_x86_64.rpm
304+
sudo dnf install ./sysai-assistant_1.3.3-beta_x86_64.rpm
294305
```
295306

296307
### DEB
297308

298309
```bash
299-
sudo apt install ./sysai-assistant_1.3.0-beta_amd64.deb
310+
sudo apt install ./sysai-assistant_1.3.3-beta_amd64.deb
300311
```
301312

302313
### AppImage
303314

304315
```bash
305-
chmod +x sysai-assistant_1.3.0-beta_x86_64.AppImage
306-
./sysai-assistant_1.3.0-beta_x86_64.AppImage
316+
chmod +x sysai-assistant_1.3.3-beta_x86_64.AppImage
317+
./sysai-assistant_1.3.3-beta_x86_64.AppImage
307318
```
308319

309320
---
@@ -439,9 +450,17 @@ npm run electron:build:all
439450
* [x] premium infrastructure UI
440451
* [x] multilingual support
441452
* [x] local-first architecture
453+
* [x] Windows beta build
454+
* [x] Ollama local-provider validation
455+
* [x] Content Security Policy hardening
456+
* [x] safe external URL handling
457+
* [x] scanner IPC-only security model
458+
* [x] lint workflow
442459

443460
## Planned
444461

462+
* [ ] Windows installer/signing
463+
* [ ] macOS build
445464
* [ ] export to `.sh`, `.conf`, `.md`
446465
* [ ] command palette
447466
* [ ] terminal-oriented workspace mode

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sysai-assistant",
3-
"version": "1.3.2-beta",
3+
"version": "1.3.3-beta",
44
"private": true,
55
"author": {
66
"name": "SysAI Team",

0 commit comments

Comments
 (0)