Skip to main content
AIDiveForge AIDiveForge

Open Source Lifestyle

As of July 2026, AIDiveForge tracks 5 open source lifestyle. Curated open source lifestyle tracked by AIDiveForge. Each project has a verified public source repository. Listings are verified against each tool's live website and re-checked regularly.

Last updated July 9, 2026 · 5 tools

  1. Agentic FC

    1. Agentic FC

    Agentic FC is a Go-based, MIT-licensed football management simulation where AI agents control a club through MCP tool calls — reading match state, setting tactics, reacting to news — while a human watches through a terminal TUI with ASCII match scenes and live commentary. The engine is deterministic and seeded, so simulations replay identically, which matters when you are debugging agent decision loops rather than blaming random variance. The agent shapes the in-game Manager's mindset rather than clicking menus, making this a concrete testbed for studying how an LLM actually behaves inside a continuous decision loop. The project has two stars on GitHub and zero open pull requests — the community is early. Teams pushing beyond the built-in MCP tool surface will be writing Go extensions against a codebase that is still accumulating commits.

    FreeOpen Source
  2. GlycemicGPT

    2. GlycemicGPT

    The project connects to Nightscout, reads glucose time-series data, and surfaces pattern analysis plus threshold-triggered alerts to patients and caregivers without routing that data through a commercial cloud. Self-hosting via Docker Compose is the primary deployment path, documented in the repo. The alert pipeline works when your infrastructure stays up — which means the patient or a technically capable caregiver owns uptime. For T1D individuals already running Nightscout DIY stacks, this fits the workflow they have. For anyone expecting a hosted service to just work, the project is not that.

    FreeOpen Source
  3. MatchShot

    3. MatchShot

    The tool accepts photo uploads and optional bio screenshots, scores each image across composition, expression, and red-flag signals, then ranks your photos and tells you which should lead. No account, no paywall — the vendor states photos are auto-deleted after analysis. Where it earns its keep is the specificity: not 'better lighting' but 'this shot kills your profile before anyone sees the rest.' The ceiling appears fast. There is no memory between sessions, no A/B tracking over time, and no way to measure whether the suggested photo swap actually moved your match rate. You get a snapshot, not a feedback loop.

    FreeOpen Source
  4. Open-source AI language learning app

    4. Open-source AI language learning app

    OpenLanguage is an iOS app that pairs voice input and output with an AI tutor to give you real spoken practice, level-matched topics, and real-time corrections mid-conversation. The build path requires pnpm and Xcode, so getting it onto a device is a developer task, not a tap-to-install one. You supply the API key from whichever provider you use — nothing is proxied through a vendor backend. The ceiling shows up immediately if you are not on iOS or if you want a managed cloud version with zero setup: neither exists. Teams that need Android support or a hosted option will look elsewhere before they finish reading the README.

    FreeOpen Source
  5. Wallie

    5. Wallie

    Wallie runs entirely on your machine, watches your screen, hears your system audio, and generates first-person live commentary driven by a character you describe in plain English. A deduplication engine tracks bigram and trigram similarity with phrase cooldowns so it doesn't say the same thing twice. A rolling summarizer compresses old context so the persona doesn't drift or go blank after an hour. The Live2D avatar layer connects to VTube Studio for lip sync and mood-reactive expressions. The ceiling appears when you need the stream to respond to chat in a coordinated, dynamic way — the tool's agentic loop is built around what it sees and hears, not a two-way conversation.

    FreeOpen Source

Listings on this page are sourced and verified by the AIDiveForge data pipeline. AIDiveForge is editorially independent — no money changes hands for inclusion.