-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
Fount can be installed on Linux, macOS, and Windows.
The fastest way on Arch-based distributions:
yay -S fount-binOr with paru:
paru -S fount-binDownload the latest .deb package from the Releases page:
sudo dpkg -i fount_vX.X.X_amd64.debDownload the latest .rpm package from the Releases page:
sudo rpm -i fount-vX.X.X-1.x86_64.rpmIf you have Rust installed (via rustup):
cargo install fountThis compiles Fount from source and installs it to ~/.cargo/bin/.
cargo install fountTip: For the best visual experience on macOS, use a terminal with Truecolor support like iTerm2, Ghostty, Kitty, or WezTerm. The default Apple Terminal has limited color support — Fount will auto-detect this and enable "Mac Mode" with safe ASCII defaults.
The easiest and safest way to install Fount on Windows 10 or 11 is via the Microsoft Store. This version is digitally signed and receives automatic updates.
Get Fount from the Microsoft Store
For developers or advanced users who prefer compiling from source:
cargo install fountWorks best with Windows Terminal. The legacy cmd.exe is not recommended.
fount --versionShould print: fount 0.9.4
# Open the home screen
fount
# Open a specific file
fount my_script.fountain
# Open multiple scripts in separate buffers
fount script_a.fountain script_b.fountainOnce inside, press F1 for the searchable shortcuts cheat sheet, or select "Tutorial" from the home screen to walk through a guided screenplay that teaches you every feature.
Fount Wiki
Getting Started
Reference
Features
Customization
Help