How to Play AI2U: With You 'Til The End on Chromebook

Learn how to run AI2U: With You 'Til The End on a Chromebook, including setup steps, system requirements, and troubleshooting tips.

Overview

AI2U: With You 'Til The End is a visual novel where you build a relationship with an AI companion named Eddie. The game launched on Steam and features multiple endings depending on your choices. If you own a Chromebook, you might wonder whether you can play it without a full Windows PC.

The short answer: yes, you can play AI2U on a Chromebook, but not through a direct install. ChromeOS doesn't natively run Windows .exe files, so you'll need one of these methods:

  • Linux (Crostini) container – Install the Steam Linux client inside the container.
  • Cloud gaming / remote desktop – Stream from a PC you own or a cloud service.

This guide walks you through the Linux container method in detail, plus the cloud option as a backup. Both approaches let you experience the full game, including the escape-the-apartment storyline and the multiple endings.

Requirements

Before you start, make sure your Chromebook can handle the setup.

RequirementMinimum Spec
ChromeOS version91 or newer (Linux support)
Storage space10 GB free (game + container overhead)
RAM8 GB recommended (4 GB minimum)
Internet connectionStable broadband (required for cloud streaming)
Steam accountRequired for the Linux version

Note: The game's official Steam page lists system requirements for Windows. The Linux version may have different specs. Check the Steam store page for the Linux-specific requirements before purchasing.

Steps to Play AI2U on Chromebook

Method 1: Linux Container (Crostini)

This is the most reliable free method. It installs a Linux environment on your Chromebook, then runs Steam's Linux client inside it.

Step 1: Enable Linux on Your Chromebook

  1. Open Settings on your Chromebook.
  2. Go to Advanced > Developers.
  3. Click Linux development environment.
  4. Click Turn On.
  5. Follow the prompts to set up a Linux username and allocate disk space (10 GB minimum).
  6. Wait for the terminal window to appear — this means Linux is ready.

Step 2: Install Steam

  1. Open the Terminal app.
  2. Run this command to update the package list:
sudo apt update && sudo apt upgrade -y
  1. Install Steam:
sudo apt install steam -y
  1. During installation, you may be asked to accept the Steam license. Press Tab to highlight "OK" and press Enter.

Step 3: Launch Steam and Install AI2U

  1. Open Steam from the Linux apps folder (or type steam in the terminal).
  2. Log in with your Steam credentials.
  3. Search for AI2U: With You 'Til The End in the Store.
  4. Click Add to Library if you haven't purchased it yet.
  5. Click Install. The game will download to your Linux container.
  6. Once installed, click Play.

Step 4: Adjust Graphics Settings

The game ran smoothly in player testing on Steam's release version. If you experience lag:

  • Lower the resolution in the game's settings menu.
  • Close other Linux apps to free up RAM.
  • Exit Chrome tabs that use significant memory.

Method 2: Cloud Gaming (Alternative)

If the Linux method fails or your Chromebook is low-spec, cloud gaming is a solid backup.

Option A: Steam Link (Remote Play)

  1. Install the Steam Link app from the Google Play Store.
  2. Make sure your gaming PC is on and running Steam.
  3. Open Steam Link on your Chromebook and pair it with your PC.
  4. Launch AI2U from your PC's library through the app.

Option B: GeForce Now or Similar

  1. Check if AI2U is available on your preferred cloud gaming service.
  2. Sign up for the service (free tier may work).
  3. Launch the game from the cloud library.

Note: Availability varies by service and region. Verify the game is in the supported library before subscribing.

Common Mistakes

Mistake 1: Not enabling Linux before installing Steam

Some users try to run Steam through the Play Store or a downloaded .deb file without the Linux container. This won't work. You must enable Linux first.

Fix: Go to Settings > Developers > Linux development environment and turn it on.

Mistake 2: Insufficient disk space

The game itself is several GB, and the Linux container needs overhead. If you allocated only 5 GB, the install will fail mid-download.

Fix: Recreate the Linux container with at least 10 GB. You can do this by right-clicking the Terminal app and selecting "Shut down Linux," then going back to Settings and changing the disk size.

Mistake 3: Running out of RAM during gameplay

Players report the game runs fine on 8 GB RAM systems. On 4 GB Chromebooks, you may experience stuttering or crashes.

Fix: Close all other apps and tabs before launching the game. Consider using the cloud gaming method instead.

Mistake 4: Confusing the demo with the full game

The demo is a short experience that ends with a "coming soon" screen. The full Steam release includes the complete escape storyline and multiple endings.

Fix: Purchase the full game on Steam before installing it in the Linux container.

Mistake 5: Assuming touchscreen controls work

AI2U is designed for mouse and keyboard. Touchscreen input is not officially supported and may cause interface issues.

Fix: Use a USB or Bluetooth mouse and keyboard with your Chromebook.

Advanced Tips

Tip 1: Back up your save files

The game tracks your progress through multiple endings. Save files are stored in the Linux container. To back them up:

  1. Open the Terminal.
  2. Navigate to the save folder:
cd ~/.local/share/Steam/steamapps/compatdata/
  1. Copy the game's folder to Google Drive or an external drive.

Tip 2: Use keyboard shortcuts for faster dialogue

The game supports keyboard navigation. Use Enter or Space to advance dialogue, and M to check your current goals. This speeds up repeated playthroughs for different endings.

Tip 3: Plan your ending path

Player experience shows the game has at least five endings. To unlock all of them efficiently:

  • Focus on the "escape together" ending first (the happy ending).
  • Then replay and deliberately fail trust checks to see the darker outcomes.
  • Use the notebook item to track which dialogue choices you've already tried.

Tip 4: Use the gift system strategically

Coins and items can be gifted to increase trust. In the Steam version, some items have unexpected effects — one potion in the tutorial is actually poison. Save your gifts for moments when you need a trust boost.

Tip 5: Keep ChromeOS updated

Each ChromeOS update improves Linux container performance. Check for updates regularly in Settings > About Chrome OS.

Sources