Releases: Preet3627/Aartiq
Releases · Preet3627/Aartiq
Release list
Aartiq Browser v0.2.99
🚀 Aartiq Browser v0.2.99
Release Date: July 05, 2026
🪟 Microsoft Store & Windows
- MSIX packaging ready for Microsoft Store — automated CI/CD pipeline injects publisher identity from GitHub Secrets, no manual manifest edits needed
- Transparent app logo for Windows and Linux (
logo-transparent.png) - Fixed Windows/NSIS build icon (16×16 → 256×256)
✨ New Features
- First-run onboarding — new users see a Welcome Screen with Sign in / Setup / Guest mode on initial launch, plus guided startup setup wizard
- Persistent BrowserView sessions — cookies and auth survive restarts across all browser tabs
🔒 Security & Reliability
- Modular IPC handler architecture (extracted ~7K lines from
main.js) - CSPRNG for all tokens, pins, and pairing codes (replaced
Math.random()) - Fixed shell permission bypass, plaintext vault storage, unsafe
new Function()vectors - DOMPurify sanitization across all dynamic content
- NexusBridge action permission approval prompts
- Capability-scoped execution model
🛠 Fixes & Improvements
- OCR / robot service initialization and DOM/OCR preference toggle
- Unified cart persistence fix
- Web search v2 IPC wiring and link opening from search results
- Enhanced UI components, store refactor, browser/file handler fixes
- Security audit documentation/code contradiction resolution
📋 What's New in the Build Pipeline
- GitHub Actions:
windows-msix.ymlworkflow with automatic Microsoft Store identity injection - Manual workflow dispatch only (no auto-run on push)
- MSIX/AppX target alongside NSIS installer for Windows
📥 Download Installers
| Platform | File |
|---|---|
| 🪟 Windows (NSIS) | Aartiq.Setup.0.2.99.exe |
| 🪟 Windows (MSIX) | Aartiq.0.2.99.msix |
| 🍎 macOS Apple Silicon | Aartiq-0.2.99-arm64.dmg |
| 🍎 macOS Intel | Aartiq-0.2.99.dmg |
| 🐧 Linux | Aartiq-0.2.99.AppImage |
| 📱 Android | app-release.apk |
| 🍎 iOS | Aartiq.ipa |
Built with ❤️ by Latestinssan
Aartiq AI Browser v0.2.98
🚀 Aartiq Browser v0.2.98
Release Date: July 05, 2026
✨ New Features
- Initialize OCR/robot services, add DOM/OCR preference toggle, fix browser navigation
- Enhance UI components, update store/selectors, fix browser/file handlers, refactor web search service
- Resolve documentation/code contradictions from security audit; integrate handler modules, Security.js, and component updates
- Replace 16x16 icon with 256x256 icon for Windows builder
🐛 Bug Fixes
- Use fixed persistent partition for BrowserView to preserve cookies/auth across restarts
- Register app file protocol and persistent BrowserView session partition
- Fix build and test issues: ICO format, types, Timer disposal
- Fix gitignore, re-add test files
- Disable auto-run on push for browser build workflow, keep manual dispatch only
🔒 Security
- Fix eval/newFunction RCE vectors, disable webSecurity, add CSP, sandbox popup, crypto.random for P2P, DOMPurify sanitization
- Replace Math.random() with crypto CSPRNG for tokens, pins, and pairing codes
- Fix shell permission bypass, plaintext vault storage, unsafe new Function(), and P2P hardcoded key
- Replace regex encryption/sanitization with crypto-utils + DOMPurify; add capability-scoped execution model
- Improve script truncation, fail-closed handling, and add page context to prompts
📦 Other Changes
- Wire modular IPC handlers from src/main/handlers/, remove dead files
- Add permission approval prompts for NexusBridge browser actions
- Clean up root files, move docs to docs/, update .gitignore
- Update app logo across all platforms, add iOS Firebase config
- Clean up marketing fluff, fix security docs overclaims, delete stale files
- Organize release notes - consistent naming v0.x.x format
- Initial commit: Rename Comet-AI to Aartiq
📥 Download
Grab the installer for your platform from the assets below. Download counts are shown next to each file.
Built with ❤️ by Latestinssan