Download CodingInterviewAI

Choose your operating system to download the app:

macOS

Download

Setup needed · See instructions

macOS (Intel)

Download

Setup needed · See instructions

Windows

Download

Setup needed · See instructions

Linux

Download

Setup needed · See instructions

Installation Instructions

Follow the steps below to install CodingInterviewAI on your operating system

macOS Installation

The macOS app is not signed with an Apple developer certificate. To run it, you'll need to adjust your Security & Privacy settings.

Step 1

Download the application

Click the macOS download button above to download the .dmg file

Step 2

Disable Gatekeeper temporarily

Open Terminal and run:

sudo spctl --master-disable

You'll need to enter your password to execute this command.

Step 3

Install the application

Mount the downloaded .dmg file by double-clicking it

Drag the application to your Applications folder

Step 4

Re-enable Security

After installation, it's recommended to re-enable Gatekeeper by running:

sudo spctl --master-enable

Step 5

Launch the application

If macOS blocks the app, follow these steps to open it:

1. Open Terminal.

2. Run the following command:

sudo xattr -d com.apple.quarantine /Applications/CodingInterviewAI.app

3. Enter your password if prompted.

4. Open the app from the Applications folder.

Windows Installation

Step 1

Download the application

Click the Windows download button above to download the .exe file

Step 2

Run the executable

Locate the downloaded .exe file and double-click to run it

The application will install automatically without requiring additional steps

Step 3

Security Warning

If you see a SmartScreen warning, click "More info" and then "Run anyway"

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"

Linux Installation

Disabling Wayland is required for the screen capture functionality to work properly. The screen recording and sharing features require X11 to function properly, as they cannot access screen content under Wayland due to security restrictions.

Step 1

Download the application

Click the Linux download button above to download the .deb package

Step 2

Install the application

Open Terminal and install the downloaded package:

sudo apt install ./Downloads/codinginterviewai_1.0.0_arm64.deb

Step 3

Configure Wayland (required for screen capture)

Modify GDM configuration to disable Wayland:

sudo nano /etc/gdm3/custom.conf

Find 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 gdm3

Step 5

Launch the application

Launch the application from your application menu or run:

codinginterviewai

Step 6

Troubleshooting

If you encounter issues, ensure you have the necessary dependencies installed:

sudo apt-get install -f

Screen 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_TYPE

This 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.

System Requirements

macOS

  • macOS 10.15 (Catalina) or later

  • 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

  • 4GB RAM minimum

  • 250MB free disk space

Need help with installation? Contact us