Choose your operating system to download the app:
Follow the steps below to install CodingInterviewAI on your operating system
Step 1
Download the application
Click the macOS download button above to download the .dmg file.
Step 2
Disable Gatekeeper temporarily
The current macOS app is unsigned, so Gatekeeper can block it before installation. Open Terminal and run this command only for the install window:
sudo spctl --master-disableEnter your macOS password when prompted. Terminal may not show characters while you type your password.
Step 3
Install the application
Mount the downloaded .dmg file by double-clicking it.
Drag CodingInterviewAI to your Applications folder.
Step 4
Re-enable Gatekeeper immediately
After the app is installed, turn Gatekeeper back on:
sudo spctl --master-enableStep 5
Troubleshooting
If macOS blocks launch after installation, confirm CodingInterviewAI is in Applications, then open Terminal and run:
sudo xattr -d com.apple.quarantine /Applications/CodingInterviewAI.appEnter your password if prompted, then open CodingInterviewAI from the Applications folder.
Step 1
Download the application
Click the Windows download button above to download CodingInterviewAI-Setup-*.exe
Step 2
Run the installer
Locate the downloaded .exe file and double-click to run it. If Windows allows it to run, installation will proceed automatically. If you see a SmartScreen warning, follow Step 3.
Step 3
Bypass the SmartScreen warning
Windows may show a "Windows protected your PC" dialog because the installer is from an unknown publisher. Use whichever option matches what you see:
Option A — SmartScreen dialog with a "More info" link
1. Click More info on the warning dialog.
2. Click Run anyway at the bottom.
Option B — No "Run anyway" button visible (file is blocked by Mark of the Web)
1. Right-click the downloaded .exe file and choose Properties.
2. On the General tab, at the bottom find the security notice: "This file came from another computer and might be blocked to help protect this computer."
3. Check the Unblock checkbox and click OK.
4. Double-click the installer to run it normally.
Step 4
Launch the application
After installation, the application should create a desktop shortcut
The application is also available in your Start menu
Step 5
Troubleshooting
If the application doesn't start, try running it as administrator:
1. Right-click on the application shortcut
2. Select "Run as administrator"
Step 1
Download the application
Click the Linux download button above to download the .deb package for your CPU architecture
Step 2
Install the application
Open Terminal and install the downloaded package:
sudo apt install ./Downloads/codinginterviewai_1.2.0_amd64.debUse codinginterviewai_1.2.0_arm64.deb instead on ARM64 Linux.
Step 3
Configure Wayland (required for screen capture)
Modify GDM configuration to disable Wayland:
sudo nano /etc/gdm3/custom.confFind the line #WaylandEnable=false and uncomment it by removing the # character
Step 4
Restart your system
After disabling Wayland, restart your system for changes to take effect:
sudo systemctl restart gdm3Step 5
Launch the application
Launch the application from your application menu or run:
codinginterviewaiStep 6
Troubleshooting
If you encounter issues, ensure you have the necessary dependencies installed:
sudo apt-get install -fScreen Capture Issues:
If screen capture is not working, verify you are running under X11 instead of Wayland by checking your session type:
echo $XDG_SESSION_TYPEThis should output "x11". If it outputs "wayland", you need to log out, select the "Ubuntu on Xorg" option at the login screen, and log back in.
macOS
macOS 10.15 (Catalina) or later on Apple Silicon
4GB RAM minimum
250MB free disk space
Windows
Windows 10 or later (64-bit)
4GB RAM minimum
250MB free disk space
Linux
Ubuntu 20.04 or equivalent on amd64 or arm64
4GB RAM minimum
250MB free disk space
Need help with installation? Contact us