Skip to content

Installation

tallcode edited this page Jul 7, 2026 · 1 revision

Install FutureOS

FutureOS runs on macOS and Windows. This page covers downloading, first launch, where your data lives, updating, and uninstalling.


Download

Get the latest version for your system from the Releases page:

Downloads: https://github.com/futuregene/future-os/releases

System What to download
macOS .dmg disk image
Windows An installer (.exe / .msi), or the portable .zip

The command-line tool future ships inside every download — it sits next to the app in both the installer and the portable package. You don't need to install it separately. See the CLI (future) page if you want to use it.


First launch

The current builds are not signed / notarized, so your system will show a warning the first time. This is expected.

macOS

  1. Open the .dmg and drag FutureOS into your Applications folder.

  2. In Applications, right-click (or Control-click) FutureOS and choose Open, then click Open again in the dialog. After this first time, you can launch it normally.

  3. If you see a "damaged" / "can't be opened" message, open the Terminal app and run this once, then open the app again:

    xattr -dr com.apple.quarantine /Applications/FutureOS.app

Windows

  • Installer version: run the .exe / .msi and follow the prompts.
  • Portable version: unzip the whole folder, then double-click FutureOS.exe. Keep FutureOS.exe and future-agent.exe in the same folder — the background service is started automatically from there, so don't move FutureOS.exe on its own.
  • The first time, SmartScreen may say "Windows protected your PC". Click More info → Run anyway.
  • FutureOS needs the Microsoft Edge WebView2 Runtime. Recent Windows 10 and Windows 11 usually already have it. If the window won't open or a component is reported missing, install the "Evergreen" WebView2 Runtime from Microsoft's website and try again.

Portable "zip" tip (Windows): if the window opens but says the background service isn't connected, the downloaded .zip was tagged "came from the Internet". Before unzipping, right-click the .zipProperties → tick Unblock → OK, then unzip. (Or, after unzipping, run Get-ChildItem -Recurse | Unblock-File inside the folder in PowerShell.)


Sign in

The first time you use FutureOS you'll need an internet connection and a quick sign-in inside the app. See Quick Start for the steps.


Where your data lives

Your conversations and settings are stored in a .future folder in your home directory:

System Location
macOS ~/.future
Windows C:\Users\<you>\.future

Updating

Download the latest version and install it over the old one (for the portable version, replace the folder). Your .future data is kept.

You can also open Settings → Check for updates inside the app to check for a newer version and download it.


Uninstalling

  • macOS: delete FutureOS.app from Applications.
  • Windows: uninstall from Windows Settings (installer version), or delete the portable folder.

To also remove your data, delete the .future folder afterward.


See also

  • Quick Start — sign in and send your first message.
  • FAQ — first-launch warnings and other common issues.

FutureOS

Getting started

Using the app

Command line (advanced)

Integrations

Help

Clone this wiki locally