Installation Guide
Installation Guide
Welcome to LuceData! This guide will help you install the application on your macOS or Windows computer.
System Requirements
macOS
- Operating System: macOS 11.0 (Big Sur) or later
- Architecture: Intel (x64) or Apple Silicon (ARM64)
- RAM: 4 GB minimum, 8 GB recommended
- Disk Space: 500 MB free space
- Internet: Required for initial download and AI features
Windows
- Operating System: Windows 10 (version 1809 or later) or Windows 11
- Architecture: 64-bit (x64)
- RAM: 4 GB minimum, 8 GB recommended
- Disk Space: 500 MB free space
- Internet: Required for initial download and AI features
Linux
- Status: Coming soon
- Linux support is planned for a future release
Before You Begin
1. Register for Beta Access
If you haven't already:
- Visit https://lucedata.com
- Click "Register for Beta Access"
- Fill out the registration form with:
- Your name
- Email address
- Intended use case
- Check your email for the download link
2. Prepare Your AI API Key (BYOM)
LuceData requires you to Bring Your Own Model during the beta period. You'll need an API key from at least one of these providers:
- OpenAI (platform.openai.com)
- Azure OpenAI (via Azure Portal)
- Anthropic Claude (console.anthropic.com)
- Google Gemini (ai.google.dev)
- Ollama (free, runs locally - ollama.ai)
Installation Instructions
macOS Installation
Step 1: Download
- Open the email from LuceData containing your download link
- Click the macOS Download link
- The
.dmg
file will download to your Downloads folder
Step 2: Verify Download (Optional but Recommended)
- Open Terminal
- Navigate to your Downloads folder:
cd ~/Downloads
- Verify the checksum (provided in the email):
shasum -a 256 "LuceData-*.dmg"
- Compare the output with the checksum in your email
Step 3: Install
- Double-click the downloaded
.dmg
file - A new window will open showing the LuceData app icon
- Drag and drop the LuceData icon into the Applications folder
- Wait for the copy to complete
- Eject the LuceData disk image from Finder
Step 4: First Launch
- Open Applications folder
- Right-click (or Control+click) on LuceData
- Select "Open" from the context menu
- Click "Open" in the security dialog
Note: This extra step is required because LuceData is downloaded from the internet. After the first launch, you can open it normally.
Step 5: Grant Permissions
macOS may ask for permissions:
- Network Access: Required to connect to databases and AI services
- Click "Allow" when prompted
Windows Installation
Step 1: Download
- Open the email from LuceData containing your download link
- Click the Windows Download link
- The
.msi
installer will download to your Downloads folder
Step 2: Verify Download (Optional but Recommended)
- Open PowerShell
- Navigate to your Downloads folder:
cd $env:USERPROFILE\Downloads
- Verify the checksum (provided in the email):
Get-FileHash "LuceData-*.msi" -Algorithm SHA256
- Compare the output with the checksum in your email
Step 3: Install
- Double-click the downloaded
.msi
file - If Windows SmartScreen appears:
- Click "More info"
- Click "Run anyway"
- The LuceData Setup Wizard will open
- Click "Next"
- Accept the license agreement and click "Next"
- Choose installation location (default is recommended) and click "Next"
- Click "Install"
- Wait for installation to complete
- Click "Finish"
Step 4: First Launch
- LuceData will launch automatically after installation (or find it in the Start Menu)
- Windows Firewall may ask for network access:
- Check both "Private networks" and "Public networks"
- Click "Allow access"
Post-Installation Setup
1. Configure Your First AI Engine
On first launch, you'll be guided through AI setup:
- Select your preferred AI provider
- Enter your API key
- (Optional) Test the connection
- Click "Save"
See the Add a New AI Engine guide for detailed instructions.
2. Add Your First Database Connection
- Click the "+" button in the Connections panel
- Select your database type (SQL Server, PostgreSQL, or SQLite)
- Enter connection details
- Test and save the connection
See the Add a New Connection guide for detailed instructions.
Updating LuceData
Automatic Updates
LuceData checks for updates automatically:
- When an update is available, you'll see a notification
- Click "Download and Install"
- The app will restart with the new version
Manual Updates
You can also check for updates manually:
- Open LuceData
- Go to Settings (gear icon)
- Click "Check for Updates"
Uninstalling LuceData
macOS
- Open Applications folder
- Drag LuceData to the Trash
- Empty the Trash
- (Optional) Remove application data:
rm -rf ~/Library/Application\ Support/LuceData rm -rf ~/Library/Preferences/com.lucedata.com.plist
Windows
- Open Settings → Apps → Installed apps
- Find LuceData
- Click the three dots (⋯) and select "Uninstall"
- Follow the uninstall wizard
- (Optional) Remove application data:
- Navigate to:
%APPDATA%\LuceData
- Delete the folder
- Navigate to:
Troubleshooting
macOS: "App can't be opened because Apple cannot check it"
Solution: Right-click the app and select "Open" instead of double-clicking.
macOS: App crashes on startup
Solution: Check Console.app for crash logs or contact support at support@lucedata.com
Windows: "Windows protected your PC" message
Solution: Click "More info" → "Run anyway"
Windows: Installation fails with error
Solution:
- Ensure you're running as Administrator
- Check that you have enough disk space
- Try downloading the installer again
Can't connect to databases
Solution:
- Check your network/firewall settings
- Verify database credentials
- See the Add a New Connection guide
AI features not working
Solution:
- Verify your API key is correct
- Check your internet connection
- Ensure you have credits/quota with your AI provider
- See the Add a New AI Engine guide
Getting Help
If you encounter issues:
- Email: support@lucedata.com
- Documentation: https://lucedata.com/docs
- Known Issues: Check our changelog for known issues and workarounds
Next Steps
Now that LuceData is installed:
- ✅ Add a New AI Engine - Configure your AI provider
- ✅ Add a New Connection - Connect to your first database
- ✅ Using the Connections Tree - Navigate your databases
- ✅ Using the Work Area - Write and execute queries
Welcome to LuceData! We're excited to have you in our beta program. 🚀