Releases: eequaled/waddle
Release list
alpha^sqrt2
Waddle v1.0.0 - First Stable Release
Release Date: December 14, 2025
Overview
This is the first stable, installable release of Waddle. The focus of this release is installation reliability and cross-environment compatibility. No new features have been added—this release ensures the application works smoothly on any Windows 10/11 machine without configuration conflicts or hardcoded dependencies.
What's New
Installer Package
- One-Click Installation: Download
Waddle-1.0.0-Setup.exeand install - Portable Version:
Waddle-1.0.0-Portable.exefor USB/no-install usage - Bundled Dependencies: Tesseract OCR included (no separate installation required)
- System Tray Integration: Runs in background with tray icon controls
Installation Improvements
- Configurable Data Directory: No longer hardcoded to specific OneDrive paths
- Default:
~/Documents/Waddle/sessions - Override via command-line:
waddle-backend.exe -data-dir "C:\custom\path"
- Default:
- Standard System Paths: Uses OS-standard directories for better compatibility
- Automatic Directory Creation: Creates necessary folders on first run
🔧 Technical Improvements
Backend Stability
- Optimized Blacklist Checking: In-memory caching reduces disk I/O by ~95%
- Configurable API Port: Backend port can be changed via
-portflag (default: 8080) - Better Error Handling: Graceful degradation when optional features (AI, OCR) are unavailable
Frontend Performance
- Lazy Loading: Sessions load on-demand instead of all at once (fixes performance with 100+ sessions)
- Auto-Refresh: Active session updates every 30 seconds to show new captured data
- Improved Session Metadata: Custom titles and notes now persist correctly across restarts
Security Fixes
- File Upload Validation: Profile images validated via MIME type detection (prevents malicious uploads)
- Sanitized Filenames: File paths cleaned to prevent directory traversal attacks
Electron Integration
- Improved Error Logging: Better diagnostics for startup and loading failures
- CORS Handling: Frontend-backend communication works reliably in packaged app
- Resource Path Resolution: Correct path handling for bundled assets (frontend, Tesseract, profiles)
📋 Known Limitations
AI Features Require Ollama
Waddle does NOT bundle Ollama. AI chat features require separate installation:
- Download Ollama from https://ollama.ai
- Install and run:
ollama serve - Pull the model:
ollama pull gemma2:2b
Windows Only
This release supports Windows 10/11 only. Linux and macOS are not supported due to Windows-specific APIs (UI Automation, Win32).
🚀 Installation Instructions
Option A: Installer (Recommended)
- Download
Waddle-1.0.0-Setup.exe - Run the installer
- Launch Waddle from the Start Menu or Desktop shortcut
Option B: Portable
- Download
Waddle-1.0.0-Portable.exe - Run directly (no installation needed)
- Data will be stored in
~/Documents/Waddle
Optional: Install Ollama for AI Features
# Download from https://ollama.ai, then:
ollama serve
ollama pull gemma2:2b📝 What's Not Included
This is a stability and compatibility release. No new features were added. Focus areas:
- ✅ Cross-machine compatibility
- ✅ Installation reliability
- ✅ Performance optimization
- ✅ Security hardening
- ❌ New capture features
- ❌ UI/UX changes
- ❌ New AI capabilities
🐛 Bug Fixes
- Fixed: Sessions not appearing after initial install
- Fixed: Slow UI loading with large session histories
- Fixed: Session titles/notes not saving
- Fixed: Insecure profile image uploads
- Fixed: Electron app showing blank screen on some systems
📖 Documentation
🔄 Upgrade Notes
First release - No upgrade path needed.
If you were running a development build:
- Uninstall the old version
- Install v1.0.0 via the installer
- Your session data in
~/Documents/Waddlewill be preserved
🙏 Acknowledgments
This release focused on making Waddle accessible to users beyond the development environment. Special thanks to early testers who identified installation and compatibility issues.
alpha^2
Waddle v1.0.0 - First Release 🎉
AI-Powered Second Brain for Developers
Waddle is a local-first memory tool that silently captures your activity, synthesizes sessions, and presents an intelligent interface to refine those into durable knowledge.
✨ Features
Core Capture
- 📸 Passive Window Tracking - Monitors active windows every 500ms
- 📝 OCR Text Extraction - Captures visible text from screenshots
- 📋 Clipboard Monitoring - Tracks clipboard changes with timestamps
- 🖼️ Screenshot Capture - Periodic screenshots with automatic processing
Second Brain Enhancement
- ✏️ Session Editing - Edit titles, summaries, and add manual notes
- 💬 Contextual AI Chat - Chat with AI grounded in specific session context
- 🔍 Enhanced Search - Deep linking to sessions with text highlighting
- 🔔 Proactive Notifications - AI-generated insights about usage patterns
- 🔗 Related Memories - Automatic surfacing of similar past sessions
- 📊 Activity Insights - Visualize daily/weekly app usage patterns
Smart Features
- 🏷️ Semantic Tagging - Auto-categorize activities (coding, research, communication)
- 🔗 Memory Linking - Connect related sessions manually or via AI
- 🔒 Privacy Controls - Exclude apps, private mode, data retention settings
- 📤 Export - Download sessions as Markdown files
- 👤 Profile Customization - Custom profile pictures with carousel
📥 Downloads
| File | Description |
|---|---|
Waddle-1.0.0-Setup.exe |
Windows installer (recommended) |
Waddle-1.0.0-Portable.exe |
Portable version (no installation) |
📋 Requirements
- OS: Windows 10/11
- Tesseract OCR: Required for text extraction
- Ollama (Optional): For AI features
- Download: https://ollama.ai
- Model:
ollama pull gemma2:2b
🚀 Quick Start
- Download and run
Waddle-1.0.0-Setup.exe - Install Tesseract OCR if not already installed
- Launch Waddle from Start Menu or Desktop
- The app will start capturing your activity automatically
⚙️ Configuration
- Blacklist Apps: Settings → Add apps to exclude from capture
- Private Mode: Toggle recording on/off from system tray
- Data Location:
%USERPROFILE%\OneDrive\Documents\ideathon\sessions\
🐛 Known Issues
- Some applications don't expose text to Windows UI Automation
- Works best with: browsers, VS Code, Office apps, and standard Windows applications
📝 Changelog
v1.0.0 (Initial Release)
- Core capture functionality (screenshots, OCR, clipboard)
- Session management (edit, delete, archive, export)
- AI chat integration (global and contextual)
- Search with deep linking and highlighting
- Notification system with proactive insights
- Activity insights and usage analytics
- Profile customization
- Privacy controls and app blacklisting
Full Documentation: See README.md in the repository
Report Issues: https://github.com/YOUR_USERNAME/ideathon/issues