Installation Guide
Installation Guide
Welcome to InsightLens! This guide will help you install and set up the application on your computer.
System Requirements
Before installing InsightLens, ensure your system meets these minimum requirements:
Windows
- OS: Windows 10 or later (64-bit)
- RAM: 4 GB minimum, 8 GB recommended
- Storage: 500 MB free space for application
- Additional: 1 GB for survey data storage
macOS
- OS: macOS 10.15 (Catalina) or later
- RAM: 4 GB minimum, 8 GB recommended
- Storage: 500 MB free space for application
- Additional: 1 GB for survey data storage
Linux
- OS: Ubuntu 18.04+ / Debian 10+ / Fedora 32+ / other modern distributions
- RAM: 4 GB minimum, 8 GB recommended
- Storage: 500 MB free space for application
- Additional: 1 GB for survey data storage
Download InsightLens
- Visit the InsightLens releases page
- Download the appropriate installer for your operating system:
- Windows:
InsightLens-Setup-1.0.0.exe
- macOS:
InsightLens-1.0.0.dmg
- Linux:
InsightLens-1.0.0.AppImage
- Windows:
Installation Steps
Windows Installation
- Download the installer file
- Run
InsightLens-Setup-1.0.0.exe
as Administrator - Follow the installation wizard:
- Accept the license agreement
- Choose installation directory (default is recommended)
- Select additional tasks (desktop shortcut, start menu entry)
- Launch InsightLens from the desktop shortcut or Start menu
macOS Installation
- Download the DMG file
- Open
InsightLens-1.0.0.dmg
- Drag InsightLens.app to your Applications folder
- Right-click on InsightLens in Applications and select “Open”
- Confirm opening the application (macOS security prompt)
Note: If you see a security warning, go to System Preferences > Security & Privacy and click “Open Anyway”
Linux Installation
- Download the AppImage file
- Make executable:
chmod +x InsightLens-1.0.0.AppImage
- Run the application:
./InsightLens-1.0.0.AppImage
- Optional: Create a desktop entry for easier access
Post-Installation Setup
After installation, you’ll need to complete the initial setup:
1. First Launch
- InsightLens will create a default database in your home directory
- The welcome screen will guide you through basic configuration
2. Database Location (Optional)
- Choose where to store your survey database
- Consider using a cloud-synced folder for automatic backups
- Default location:
~/InsightLens/surveys.db
3. AI Setup (Optional)
If you plan to use AI features:
- Configure your AI provider (OpenAI, Claude, or local)
- Add your API key in Settings
- Test the connection
Verification
To verify your installation:
- Launch InsightLens
- Check the About page (Help > About) for version information
- Test basic functionality by exploring the dashboard
- Import sample data if available
Troubleshooting Installation
Windows Issues
Problem: “Windows protected your PC” message
- Solution: Click “More info” then “Run anyway”
Problem: Installation fails
- Solution: Run installer as Administrator
- Alternative: Temporarily disable antivirus software
macOS Issues
Problem: “InsightLens can’t be opened because it’s from an unidentified developer”
- Solution: Right-click the app and select “Open”
- Alternative: System Preferences > Security & Privacy > “Open Anyway”
Problem: Application won’t start
- Solution: Check Console.app for error messages
- Alternative: Reinstall from fresh download
Linux Issues
Problem: AppImage won’t run
- Solution: Ensure FUSE is installed:
sudo apt install fuse
- Alternative: Use
--no-sandbox
flag
Problem: Database permission errors
- Solution: Ensure write permissions in home directory
- Alternative: Choose different database location
Uninstallation
Windows
- Use “Add or Remove Programs” in Windows Settings
- Find “InsightLens” and click “Uninstall”
- Follow the uninstall wizard
macOS
- Drag InsightLens.app from Applications to Trash
- Delete application data:
~/Library/Application Support/InsightLens
Linux
- Delete the AppImage file
- Remove application data:
~/.config/InsightLens
Next Steps
Once installation is complete:
- Complete First Run Setup - Configure your preferences
- Explore the Dashboard - Get familiar with the interface
- Import Your First Survey - Start analyzing data
Getting Help
If you encounter issues during installation:
- Check our Troubleshooting Guide
- Search existing GitHub Issues
- Create a new issue with your system details
- Contact support at support@insightlens.app
Next: First Run Setup