Summary
Dynamic AI Model Selection, Multimodal Fallback capability, Multiple Screenshot Support, and a robust new embedding architecture.
What's New
- Dynamic AI Model Selection: Replaced static model lists with dynamic dropdowns. Your preferred models synced from providers (like OpenAI, Anthropic, Google) now automatically appear across the entire app.
- Multimodal Resilience: Added a "Smart Dynamic Fallback" using Groq Llama 4 Scout. If default vision models fail or get rate-limited during screen analysis, Natively instantly reroutes the image to ensure uninterrupted performance.
- Multiple Screenshot Support: The Natively Interface can now handle and process multiple attached screenshots simultaneously instead of just one.
Improvements
- Improved Settings UX: API keys now auto-save after 5 seconds of inactivity, and selecting a preferred model immediately updates the app without requiring a reload.
- Better Embeddings: Migrated from Gemini Embedding to a completely new and more robust embedding architecture.
Fixes
- Claude Fixes: Resolved max_tokens and context limits issues specific to Anthropic Claude interactions.
Technical
- DRY Refactoring: Centralized model configuration strings across the codebase to ensure easier future updates.
⚠️macOS Installation (Unsigned Build)
Download the correct architecture .zip or .dmg file for your device (Apple Silicon or Intel).
If you see "App is damaged":
-
For .zip downloads:
- Move the app to your Applications folder.
- Open Terminal and run:
xattr -cr /Applications/Natively.app
-
For .dmg downloads:
- Open Terminal and run:
xattr -cr ~/Downloads/Natively-2.0.3-arm64.dmg # Or for Intel Macs: xattr -cr ~/Downloads/Natively-2.0.3-x64.dmg
- Install the natively.dmg
- Open Terminal and run:
xattr -cr /Applications/Natively.app
- Open Terminal and run: