AITodayYour daily AI briefing

Open-Source AI

Jun 20, 2026

Open-Source AI

The Gist

A developer built a free Android app that reads embedded photo credentials to show whether an image was taken by a real camera or generated by AI.. AgentArk, a self-hosted AI agent operating system, launches in beta, allowing users to build and run AI agents locally on their machine with built-in safety controls and data privacy.. Konxios, a local-first AI operating system that integrates multiple AI models and services, has entered public beta, allowing developers and creators to build and run custom AI agents with privacy controls on their own machines.

Today's Stories

  1. 1

    A developer built a free Android app that reads embedded photo credentials to show whether an image was taken by a real camera or generated by AI.

    Adam Brown, working under Dark Rock Studios, released C2PA Verify, an open-source Android app that reads Content Credentials (C2PA) embedded in photos. The app displays who created the image, what tool was used, whether it has been edited or generated by AI, and whether the creator can be trusted. Some cameras and image editing software now support C2PA signing to prove authenticity, but there was a gap—no easy way for everyday users to actually read that credential data. This app aims to fill that gap by making photo provenance information accessible to users at a glance, helping distinguish real photos from AI-generated ones in an increasingly AI-saturated world.

    The app is open-source under MIT license and available on Android. The creator expects that in the future, similar credential-reading tools will be built directly into web browsers and image viewers, but sees this as a useful first step in the meantime.

  2. 2

    AgentArk, a self-hosted AI agent operating system, launches in beta, allowing users to build and run AI agents locally on their machine with built-in safety controls and data privacy.

    AgentArk is a new open-source platform (MIT and Apache 2.0 licensed) that runs as a Docker image on your local machine. It lets you build AI agents from natural language prompts and tools, then deploy them as live apps, scheduled automations, conditional watchers, or chat sessions. The system monitors every action through a feature called Sentinel, distills noisy tool output by 60–90% before it reaches the model, and learns from your corrections and repeated workflows to improve over time. Unlike cloud-based AI services, AgentArk keeps all your data, conversation history, secrets, and audit trails on your own machine—nothing leaves your device unless you explicitly send it. You can point it at a free local model (Ollama) or bring your own API key to any major provider (Anthropic, OpenAI, Gemini, Groq) and pay only the provider's published rate; AgentArk adds no markup or subscription fee. Every action that touches the outside world goes through a permission gate or approval queue, so the agent cannot run tasks you haven't authorized.

    AgentArk is currently in beta and not recommended for production use—it can make mistakes and overwrite files in its workspace, though Docker containment prevents access to your host filesystem unless you mount it explicitly. The system requires ~3.1GB for the Docker image and uses ~500MB idle or ~1GB under load. Installation is one command on macOS/Linux or Windows, with configuration available at http://localhost:8990.

  3. 3

    Konxios, a local-first AI operating system that integrates multiple AI models and services, has entered public beta, allowing developers and creators to build and run custom AI agents with privacy controls on their own machines.

    Konxios v0.1.0 is now in public beta as an all-in-one AI workspace. It supports local models via Ollama and LM Studio, as well as cloud services like OpenAI, Anthropic Claude, and others. Users can build custom AI agents with specialized skills—code review, security auditing, documentation, data analysis—and run them either locally or in the cloud from a single interface. The tool addresses a core concern for developers and teams handling sensitive code and data: privacy. Because Konxios runs models and processes locally by default, with Docker isolation for each project and end-to-end encryption for stored data, users retain control over whether their work leaves their machine. This matters especially for teams that cannot risk proprietary code or internal data being sent to external cloud services.

    The product is free during the beta period. Konxios includes a native Telegram integration for managing tasks and controlling agents directly, with more integrations (Slack, Discord, GitHub, Notion, Linear, Jira) listed as coming soon. Downloads are available for macOS now, with Windows and Linux support coming later.

  4. 4

    Open-source AI avatar project combines fast vector search with knowledge-graph intelligence to enable real-time conversational memory.

    A developer published an open-source AI avatar that uses a knowledge graph as its memory system, allowing real-time conversation. The system combines vector search speed with knowledge-graph context, powered by Zep's open-source knowledge retrieval framework Graphiti (available under Apache 2.0). The setup uses fine-tuned Qwen3 and Gemma models with embedding and reranking times under 10ms and 50ms respectively, plus S3 with hot caching for dense vector and BM25 search. Traditional RAG (retrieval-augmented generation) systems treat documents as isolated chunks without context, while knowledge graphs are smart but slow in real-time use. This project demonstrates a working middle ground—combining the speed of vector search with the contextual understanding of knowledge graphs—showing a practical way to give AI agents richer memory without sacrificing response time. The code and framework are fully open-sourced, so anyone can self-host it.

    Zep's Graphiti framework is available under Apache 2.0 and the full code is open-sourced on GitHub, making this immediately accessible to developers who want to build similar memory-aware AI systems locally without reliance on proprietary databases.

  5. 5

    An open-source AI advocate warns that proposed U.S. regulation could inadvertently ban open-source models, undermining education, competition, and innovation that have long defined American technology.

    An op-ed argues against potential U.S. government actions—including a recent executive order to review AI models, congressional proposals to legislate AI further, and a prohibition on foreign nationals accessing Anthropic's most advanced models—that the authors fear could regulate or ban open-source AI. Open source, they contend, has been the only counterweight to the duopoly of Anthropic and OpenAI, whose closed proprietary models are concentrating power. Open source has powered more than 90% of the world's software and produced more than 8 trillion dollars worth of economic benefits. The authors argue it is essential for education (enabling students to learn to program without cost), competition (allowing startups and underdogs to challenge incumbents like Linux did against Windows monopoly, and Android against Apple), and innovation (letting engineers build from idea to reality without fear of lawsuits or expensive bills). Regulating it would risk ceding ground to competitors like China, where open-source models are already improving American startups that cannot afford Anthropic and OpenAI's premium pricing.

    The authors acknowledge that security implications of open-source models reaching frontier capabilities merit monitoring, but argue that open source is actually safer because transparency allows more engineers to fix bugs and tune out unwanted behaviors. They warn that using China as a pretext to regulate open source would backfire, putting a chilling effect on American education, innovation, and competition while pushing the rest of the world to adopt China's approach instead.

  6. 6

    My suitcase robot gets high off a real gas sensor wired into the LLM sampler

    My suitcase robot gets high off a real gas sensor wired into the LLM sampler

What to Watch

The app is open-source under MIT license and available on Android. The creator expects that in the future, similar credential-reading tools will be built directly into web browsers and image viewers, but sees this as a useful first step in the meantime. AgentArk is currently in beta and not recommended for production use—it can make mistakes and overwrite files in its workspace, though Docker containment prevents access to your host filesystem unless you mount it explicitly. The system requires ~3.1GB for the Docker image and uses ~500MB idle or ~1GB under load. Installation is one command on macOS/Linux or Windows, with configuration available at http://localhost:8990.

Sources

Share this with a friend

Send today's roundup to anyone who wants to keep up.

Get daily AI news free with AIToday

200+ AI sources, summarized in 1 minute. Email / LINE / Slack.

Sign up free