Skip to content
entity12208 edited this page Feb 21, 2026 · 3 revisions

Welcome to the EditorAI wiki!

Installation Guide

Installing for any OS:

  1. Go to https://github.com/entity12208/EditorAI/releases/latest, and download the entity12208.edit-ai.geode file found there.
  2. Open Geometry Dash 2.2074 with Geode installed.
  3. Click the Geode icon to enter the Geode menu
  4. Press the Manual Installation button found in the bottom left (image below).
  5. Select the downloaded entity12208.edit-ai.geode file.
  6. Restart the game (Geode should prompt it).

Manual Installation Button

Installing Ollama

  1. Download Ollama from https://ollama.com/download
  2. Open your terminal and run ollama pull entity12208/editorai:<model>, where <model> is either qwen or deepseek (e.g. ollama pull entity12208/editorai:qwen)
  3. Run ollama serve in another terminal window. Keep this open and running.
  4. Open Geometry Dash
  5. Open the settings for the mod
  6. Set the first setting to ollama instead of gemini
  7. Set the ollama model setting to the full name of the pulled model (e.g. entity12208/editorai:qwen)
  8. Done!

Clone this wiki locally