HomeLearnAI

free · open source
Rung 2 · Custody/ Compute Hybrid

HomeLearnAI is an MIT-licensed Laravel application for homeschool management, with spaced-repetition review scheduling, multi-child support, calendar integration, and separate adult and learner interfaces. You can run the hosted version free or deploy it on your own server. The published documentation never states where its AI inference runs, so self-hosting the app does not confirm you are self-hosting the model behind it.

Trust shape

Hybrid

The code is fully open and self-hostable, but neither the site nor the repository documentation says which AI provider the scheduling features call, so the inference half of the stack is unverified until you read the source yourself.

Facts

Editor's note

Open source and self-hostable, but the inference path is undocumented — verify it in the repository before assuming a self-hosted deployment keeps everything local.

Climbing the ladder?

This atlas tells you what exists. If you want the how — building with AI on infrastructure you control — that's what AI Captains Academy teaches, fellow builder to fellow builder.

AI Captains Academy →

Build or maintain HomeLearnAI? Claim this listing to keep its facts current.

Related in Local AI

Family AI Chat

Family AI Chat is a closed-source mobile app offering push-to-talk voice conversations with an AI companion, where an adult configures allowed topics, voices, and languages. Speech is transcribed on the device and conversation text is kept locally, but the text itself goes to an unnamed third-party AI service for processing, so you cannot evaluate who actually handles it.

Rung 0 · Default/ Compute Trusted third party

GPT4All

GPT4All is a free, open-source desktop application from Nomic that runs open-weight chat models on ordinary consumer hardware with essentially no setup. Install it, pick a model, and everything — prompts, documents, answers — stays on your machine, including a local-document chat feature. It will not match frontier cloud models for hard reasoning, but private everyday tasks cost nothing per use.

Rung 4 · Operate/ Compute Trustless

Jan

Jan is an open-source desktop app that gives you a ChatGPT-style chat interface running entirely on your own computer, with no account and no telemetry. Download a model, start chatting; conversations never leave the machine. It suits people who want the familiar chat experience without a platform watching, and accepts the usual local-model tradeoff: less reasoning power than frontier cloud models.

Rung 4 · Operate/ Compute Trustless

llamafile

llamafile, a Mozilla project, packs a language model and its runtime into a single executable file that runs on macOS, Windows, Linux, and the BSDs with no installation at all. Copy the file to any machine — even one with no internet — and you have working private AI. It is sovereignty by way of portability, better as a demo and utility than a daily driver.

Rung 4 · Operate/ Compute Trustless