Marinara Engine v1.4.0
Marinara Engine v1.4.0
Major Features
- Conversation Mode — DM-style messaging with reactions, GIF/emoji support via GIPHY
- Scene System — Branching narrative adventures with origin chat linking
- Combat Encounters — Turn-based RPG mechanics with initiative, AC, HP tracking
- Image Generation — Selfies and scene illustrations via DALL-E, Stability AI, FAL
- Autonomous Messaging — Idle detection triggers AI-initiated messages with scheduling
- Background Agent — Auto-switches chat backgrounds based on narrative context
- Echo Chamber — Multi-AI conversation panel
- Sprite Sidebar — Character expression tracking with live updates
- Weather Effects & Roleplay HUD — Immersive UI overlays driven by game state
Improvements
- Per-swipe tracker snapshot persistence
- Full agent pipeline expanded to 23 specialized agents
- Lorebook keyword scanner + prompt injector with local embeddings (Xenova/all-MiniLM-L6-v2)
- Memory recall service for semantic search across chat history
- Discord webhook integration for notifications
- Backup/restore system for full data export/import
- Custom tools framework for extensible agent capabilities
- PWA icons (192×192, 512×512) with maskable support
- Android WebView APK wrapper project
Bug Fixes
- Widget auto-save blur race condition
- Tracker data vanishing on editor panel navigation
- Background not restoring on page refresh
- Background clearing on editor panel remount
- All ESLint warnings resolved — 0 errors, 0 warnings
- Prettier formatting clean across entire codebase
Installation
Windows
Download Marinara-Engine-Installer-1.4.0.exe below. The installer will:
- Check for Node.js 20+ and Git (offers to install if missing)
- Clone the repository
- Install dependencies and build
- Create a desktop shortcut
Manual (all platforms)
git clone https://github.com/SpicyMarinara/Marinara-Engine.git
cd Marinara-Engine
pnpm install
pnpm build
pnpm start