Installation & First Launch
Conio runs as a self-contained Docker container. Your project data stays entirely on your machine โ nothing is uploaded to any external server except a license validation signal (see Licensing).
The installer handles everything: it downloads the app, creates shortcuts, and launches Conio automatically. No command-line usage is required.
System requirementsโ
| Requirement | Minimum |
|---|---|
| Operating system | Windows 10 (build 19041 / 21H1) or Windows 11 |
| Architecture | x64 (Intel / AMD) or ARM64 |
| RAM | 4 GB free |
| Disk | ~900 MB for the Docker image + space for project databases |
| Internet | Required on first install and for AI features; optional thereafter (7-day offline grace) |
| Google account | Required โ tables are imported via Google Sheets |
| Docker Desktop | Version 4.x or later (see installation guide below) |
Step 1 โ Install Docker Desktopโ
Docker Desktop must be installed and running before you install Conio. Choose the installer that matches your machine's processor:
| Processor | Installer |
|---|---|
| Intel or AMD (x64) | Docker Desktop for Windows โ AMD64 |
| Qualcomm / ARM (ARM64) | Docker Desktop for Windows โ ARM64 |
If you are unsure which applies, open Settings โ System โ About in Windows. Under System type, it will say "x64-based PC" or "ARM-based PC".
Run the installer and accept the defaults. When prompted, choose "Use WSL 2 instead of Hyper-V" โ this is the recommended backend for both architectures.
After installation, restart your machine, then open Docker Desktop and wait for the whale icon in the system tray to stop animating before continuing.
Troubleshooting Docker startupโ
Docker Desktop relies on Windows Subsystem for Linux 2 (WSL 2). If Docker hangs on startup or shows "WSL kernel update required", follow these steps:
- Open Settings โ Apps โ Optional features โ More Windows features.
- Ensure both Virtual Machine Platform and Windows Subsystem for Linux are checked.
- Click OK and restart your machine.
- After restart, open PowerShell and run:
wsl --update
- Launch Docker Desktop again.
If Docker still hangs after the above steps, open Settings โ System โ Recovery โ Advanced startup โ Restart now, then navigate to Troubleshoot โ Advanced options โ UEFI Firmware Settings and confirm that Virtualization Technology (VT-x / AMD-V) is enabled in your BIOS. Enabling it and restarting usually resolves persistent startup issues.
Hyper-V is not available on Windows Home editions, but Conio does not require it โ WSL 2 is sufficient and works on all Windows 10/11 editions including Home.
Step 2 โ Download and install Conioโ
- Visit conio.quanomics.com and request a download. Confirm your email address when prompted โ a download link will be sent to your inbox.
- Open the email and click the link to download the installer.
- Run the installer. It sets up Conio and places two shortcuts on your Desktop: Conio and Stop Conio.
- Double-click Conio to start the app.
Step 3 โ Confirm the app is healthyโ
A small launcher window will appear and walk through startup automatically. Your browser opens at http://localhost:8000 when ready (allow up to 2 minutes on first launch while the image downloads; under 10 seconds on subsequent starts).
Confirm the app is healthyโ
When the browser opens you should see:
- The Conio sidebar with a FREE badge below the logo.
- No red banners or error overlays.
If you see a mandatory update overlay, see Troubleshooting โ mandatory update overlay.
Update notificationsโ
When a newer version of Conio is available, a dismissible banner appears across the top of the app. Click Update Now โ Conio will download the new image and reload automatically. The app remains fully usable while you wait.
If the automatic update does not workโ
If the banner persists after clicking Update Now, or the version shown in Settings has not changed, use the manual update procedure:
- Open PowerShell in your Conio installation folder (default:
C:\Conio\). - Run:
docker compose pulldocker compose up -d --force-recreate
- Wait 30 seconds, then reload
http://localhost:8000.
See Troubleshooting โ update not working for more detail.
Stopping the appโ
Double-click the Stop Conio shortcut. The container stops gracefully and all project data in conio-data\ is preserved. You can also stop it from Docker Desktop's container list.