Skip to content

Installation and Setup

tintwotin edited this page Sep 29, 2025 · 1 revision

Installation and Setup

Kinexus is designed to be incredibly simple to set up and run. It is a self-contained application within a single HTML file.

Requirements

  • A modern, desktop web browser that supports the File System Access API.
    • Recommended: Google Chrome, Microsoft Edge, or other Chromium-based browsers.
    • Not Supported: Firefox and Safari currently have incomplete or no support for the required APIs, which are essential for saving project files directly to your computer.
  • An internet connection is required for the initial loading of the JSZip library and for using the AI content generation features.

How to Run Kinexus

  1. Download the Kinexus.html file from the project's repository.
  2. Save the file anywhere on your computer.
  3. Double-click the Kinexus.html file to open it in your recommended web browser.

That's it! The application is now running locally on your machine. You do not need a web server or any other dependencies to get started.

Clone this wiki locally