How to install Friday Night Funkin’ On Chromebook

Friday Night Funkin' on Chromebook: Rhythm Fun at Your Fingertips!


Friday Night Funkin' (FNF) is a popular rhythm game with retro cartoon-style visuals and catchy music. Since its release, it has become an internet sensation—and the good news is, you can play it on your Chromebook! In this article, we’ll cover what FNF is, how to play it on a Chromebook, and some tips for the best experience.


What is Friday Night Funkin'?

Friday Night Funkin' is an open-source rhythm game developed by an indie team. You play as the "Boyfriend," who must defeat various rivals in music battles to impress his Girlfriend and earn her father's approval.

Each level (called a "Week") features multiple songs. Your goal is to match the arrow keys with the beat of the music. FNF is known for:

  • Catchy and original music
  • Quirky characters like Daddy Dearest, Pico, and Tankman
  • A massive and creative modding community


Can You Play It on a Chromebook?

Yes, absolutely! FNF is lightweight and available both as a browser game and a Linux executable, which makes it perfect for Chromebooks—especially those that support Linux (Crostini).


đź› ️ How to Play Friday Night Funkin' on a Chromebook (Linux Method – Advanced)

If you want to run the Linux version of Friday Night Funkin’ for better performance and mod support, follow these steps:

1. Enable Linux Developer Mode
First, enable Linux on your Chromebook:

  1. Open Chromebook Settings.
  2. Scroll to the bottom and select About Chrome OS.
  3. Under the Developer section, select Enable.
  4. Allocate at least 10GB of storage for Linux


✅ 2. Set Up Debian Trixie Repository (Optional but Recommended)

This allows access to more recent packages like libvlc5 which some versions of FNF may depend on:

sudo echo deb https://deb.debian.org/debian trixie main | sudo tee /etc/apt/sources.list.d/trixie.list

✅ 3. Update and Upgrade Your Linux System

sudo apt update sudo apt dist-upgrade

This ensures your Linux container is using the latest available packages.


✅ 4. Install Required Dependencies (e.g., libvlc5)

sudo apt install libvlc5

This helps with sound/video playback issues that can occur on some builds of FNF.


✅ 5. Download and Extract Friday Night Funkin'

  1. Download the Linux 64-bit version from:
  2. https://ninja-muffin24.itch.io/funkin
  3. Move the ZIP file into the Linux files section.
  4. Then unzip it in the terminal:

unzip funkin-linux-64bit.zip

✅ 6. Make the Game Executable

chmod 755 Funkin

This allows the game file to be run as a program.


✅ 7. Launch the Game with V-Sync Fix

./Funkin fixedvblank_mode=0

The fixedvblank_mode=0 environment variable helps disable vertical sync issues that may cause input lag or frame stutter.


✅ Bonus: Fix Other Missing Dependencies (If Needed)

If the game still won’t run, install these libraries:

sudo apt install libnss3 libatk1.0-0 libgtk-3-0


🎨 Want to Try Mods?

The FNF community is full of creative mods like:

  • Vs. Whitty
  • Vs. Garcello
  • FNF: Indie Cross
  • And many more!

Mods usually come with their own engine (e.g., Kade Engine, Psych Engine) and can be run from within the main game folder.


🔊 Chromebook Gameplay Tips

  • Use an external keyboard for better controls.
  • Plug in a headset to enjoy the full rhythm experience.
  • Press F11 to toggle fullscreen mode.

Tips for Common Issues

If you encounter problems during installation or gameplay on your Chromebook, here are some tips:

  • Update Your Chromebook: Make sure Chrome OS is up to date by going to Settings > About Chrome OS and checking for updates.
  • Check Your Internet Connection: A stable and fast connection is required to download the game files.
  • Restart Your Chromebook: If errors occur during installation, restart your device and try again.
  • Ensure Sufficient Storage: Make sure you have at least 10GB of free storage to run Linux and the game smoothly

🎉 Final Thoughts

Friday Night Funkin' is one of the most fun rhythm games out there—and it runs great on Chromebook, whether online or offline. With its addictive music, stylish visuals, and huge modding scene, FNF is a must-play for music game fans.

Got a Chromebook and love rhythm games? Friday Night Funkin’ is for you! 

Post a Comment

0 Comments