Marketing site and documentation for Off Grid - private AI that runs on hardware you own, with no cloud or account. Off Grid is available on:
- iOS - stable 0.0.103 on the App Store (iOS 17+)
- Android - stable on Google Play (Android 10+)
- macOS - stable 0.0.38 for Apple Silicon, plus a nightly track
- Windows - x64 nightly 0.0.39-beta.66; free core app only, with no stable build or Pro support yet
Built with Jekyll and deployed to https://getoffgridai.co
via GitHub Pages (see .github/workflows/pages.yml). Search is powered by
Pagefind.
bundle install
bundle exec jekyll serveThe site is then available at http://localhost:4000.
index.md,download.md,mobile.md,desktop.md- product discovery and downloadsmobile-releases.md,desktop-releases.md- platform release status and notesmission.md,vision.md,ethos.md,early-access.md,quick-start.md- top-level pagesguides/- setup and how-to guideswriting/- long-form articlesllms.txt- machine-readable product and platform summary_layouts/- page templatesassets/- CSS, images, iconsCNAME- custom domain (getoffgridai.co)
Every push to main triggers the GitHub Actions workflow, which builds the Jekyll site,
indexes it with Pagefind, and publishes to GitHub Pages. DNS for the domain is managed in
Cloudflare; the apex getoffgridai.co points at GitHub Pages. The former domain
offgridmobileai.co 301-redirects to getoffgridai.co (Cloudflare redirect rule).