{
  "version": "0.1",
  "site": {
    "name": "Onecarat Labs",
    "url": "https://onecarat.dev",
    "purpose": "Develops and distributes OnecaratEditor, a local-first AI text editor that runs on your own PC."
  },
  "page": {
    "path": "index.html",
    "title": "OnecaratEditor",
    "type": "product",
    "summary": "OnecaratEditor is a local-first text editor for writing, chatting, and speech-to-text on your own PC. It ships with a built-in GGUF model and runs without cloud connection by default."
  },
  "sections": [
    {
      "id": "hero",
      "title": "OnecaratEditor — local-first text editor",
      "intent": ["overview"],
      "content": "A local-first text editor for writing, chatting, and speech-to-text on your own PC. Built for people who need AI for writing but cannot send their work to online services. Includes the LFM2.5-1.2B-JP model and now supports Whisper for local speech-to-text. Keywords: text editor, local AI, GGUF models, no cloud by default.",
      "source": "data-i18n:heroLead"
    },
    {
      "id": "download",
      "title": "Download",
      "intent": ["try-now"],
      "content": "The latest portable build is distributed through GitHub Releases as a portable ZIP for Windows. No installer required. The LFM2.5-1.2B-JP model is included and ready to use out of the box. Whisper-related files are not bundled and must be prepared separately. OV code signing is used to reduce Windows SmartScreen warnings.",
      "data": {
        "version": "0.9.3",
        "platform": "Windows",
        "package": "Portable ZIP",
        "source": "GitHub Releases",
        "updated": "2026-05-21",
        "builtBy": "Onecarat Labs",
        "codeSigning": "OV certificate"
      },
      "source": "data-i18n:dlHeading"
    },
    {
      "id": "whats-new",
      "title": "What's new in v0.9.3",
      "intent": ["details"],
      "content": "Writing Mode with project management, sticky notes, background presets, and snapshot saving. Genkou-yoshi (manuscript paper) vertical text display with typesetting rules. Chat output rendered as HTML (Markdown, Mermaid, code highlighting). llama-server b9193 support, GPU detection fix, max_tokens 2048. Three new help topics and keyboard shortcut updates. Security hardening (XSS protection, command injection prevention, path validation). i18n improvements.",
      "data": { "version": "0.9.3" },
      "source": "data-i18n:dlWhatsNew"
    },
    {
      "id": "quick-start",
      "title": "Quick Start",
      "intent": ["try-now"],
      "content": "The editor works right after extraction. 1) Download the ZIP from GitHub Releases. 2) Extract all files. 3) Run OnecaratEditor.exe. The LFM2.5-1.2B-JP model is included; you can also use your own GGUF models. Prepare Whisper-related files separately if you want speech-to-text. Select a model and start the local server.",
      "source": "data-i18n:qsHeading"
    },
    {
      "id": "steps",
      "title": "Start in 3 steps",
      "intent": ["try-now", "overview"],
      "content": "Step 1: Download the latest portable build from GitHub Releases. Step 2: Add your local files — the LFM2.5-1.2B-JP model is included and you can add your own GGUF models; Whisper files must be prepared separately. Step 3: Launch OnecaratEditor and work locally on your own PC.",
      "source": "data-i18n:stepsHeading"
    },
    {
      "id": "screenshots",
      "title": "Editor + Chat + Speech",
      "intent": ["details", "overview"],
      "content": "Write, chat, and use local speech-to-text side by side on your own PC. Editor + Chat: write and chat with AI side by side, everything runs locally. Writing space: a focused editor for everyday writing. Model included and switchable: LFM2.5-1.2B-JP is included and you can switch to your own GGUF models.",
      "source": "data-i18n:ssHeading"
    },
    {
      "id": "who-its-for",
      "title": "Who it's for",
      "intent": ["overview", "safety"],
      "content": "For people who need AI for writing but cannot send their text to online services. Sensitive documents that should stay on your own machine. Cloud-restricted work where online AI services are difficult to use. Local-first writing workflows. Private AI workflow without default cloud dependency. Ready out of the box with the included model.",
      "source": "data-i18n:whoHeading"
    },
    {
      "id": "faq",
      "title": "Common questions",
      "intent": ["safety", "details"],
      "content": "Are models included? Yes — LFM2.5-1.2B-JP is included and ready; you can also use your own GGUF models. Is Whisper included? No — Whisper files must be prepared separately. Does it require installation? No — it is a portable ZIP for Windows. Does it send my data to the cloud? No — it is local-first; your text and AI workflow stay on your PC unless you choose otherwise. What is Writing Mode? A dedicated long-form writing mode with project management, sticky notes, background presets, and snapshot saving.",
      "source": "data-i18n:faqHeading"
    }
  ],
  "actions": [
    {
      "id": "download-latest",
      "label": "Download v0.9.3 on GitHub",
      "url": "https://github.com/onecarat-labs/onecarat-editor-releases/releases/tag/v0.9.3",
      "intent": ["try-now"],
      "priority": 1
    },
    {
      "id": "view-on-github",
      "label": "View on GitHub",
      "url": "https://github.com/onecarat-labs/onecarat-editor-releases/releases",
      "intent": ["details"],
      "priority": 2
    },
    {
      "id": "quick-start-guide",
      "label": "Quick Start Guide",
      "url": "quickstart.html",
      "intent": ["try-now"],
      "priority": 3
    }
  ]
}
