Showing 243 open source projects for "radeon-project"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 1
    Project AIRI

    Project AIRI

    Self hosted, you-owned Grok Companion

    AIRI is a self-hosted AI companion platform designed to create interactive virtual characters capable of real-time conversation, gameplay interaction, and multimedia presence. The project aims to emulate advanced AI personalities similar to popular autonomous VTuber-style agents, combining voice interaction, animation, and behavioral logic into a unified system. It supports deployment across web, macOS, and Windows environments, making it accessible for hobbyists and developers building digital companions. AIRI integrates real-time voice chat capabilities and can interact with external applications such as games, enabling more immersive and dynamic experiences. ...
    Downloads: 106 This Week
    Last Update:
    See Project
  • 2
    Project NOMAD

    Project NOMAD

    Self-contained, offline survival computer with tools, knowledge, & AI

    Project N.O.M.A.D. (Node for Offline Media, Archives, and Data) is a self-contained, offline-first knowledge and education server designed to run on local hardware. It combines AI, educational resources, and critical information tools into a single platform accessible through a web browser. Built as a containerized system managed via Docker, it orchestrates multiple applications through a centralized “Command Center” interface.
    Downloads: 24 This Week
    Last Update:
    See Project
  • 3
    Reor Project

    Reor Project

    Private & local AI personal knowledge management app

    Reor is an AI-powered desktop note-taking app: it automatically links related notes, answers questions on your notes, provides semantic search and can generate AI flashcards. Everything is stored locally and you can edit your notes with an Obsidian-like markdown editor. The hypothesis of the project is that AI tools for thought should run models locally by default. Reor stands on the shoulders of the giants Ollama, Transformers.js & LanceDB to enable both LLMs and embedding models to run locally.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    OpenCode

    OpenCode

    The open source coding agent

    ...OpenCode aims to streamline everyday development workflows by combining automation with human oversight in a developer-first interface. Because it runs locally and exposes powerful capabilities, the project is particularly attractive for engineers who want deep control over AI-assisted coding pipelines.
    Downloads: 292 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 5
    OpenWork

    OpenWork

    An open-source alternative to Claude Cowork, powered by opencode

    ...This project also includes moderation and reputation layers so that contributor trust and quality can be assessed and integrated into future task assignments. Rather than a single monolithic workflow engine, it emphasizes openness — providing APIs and interfaces so communities can build custom dashboards, integrate specialized agents, or add bespoke evaluation criteria.
    Downloads: 54 This Week
    Last Update:
    See Project
  • 6
    DeepSeek-Reasonix

    DeepSeek-Reasonix

    DeepSeek-native AI coding agent for your terminal

    ...It is built around prefix-cache stability, which helps reduce token costs during long sessions and allows users to leave the agent running across extended workflows. Reasonix includes a coding mode with filesystem and shell tools, a lighter chat mode, one-shot task execution, health checks, session utilities, and project-scoped memory. It supports reviewed SEARCH/REPLACE edits, plan mode, MCP servers, web search, hooks, skills, semantic indexing, transcript replay, event logs, and cost or cache tracking. The project is especially useful for developers who want an open, terminal-first coding agent optimized for DeepSeek’s cache mechanics. It also includes a prerelease desktop client for users who prefer a GUI over the same agent loop.
    Downloads: 52 This Week
    Last Update:
    See Project
  • 7
    Open Design

    Open Design

    Local-first, open-source alternative to Anthropic's Claude Design

    Open Design is a local-first, open-source AI design platform that enables coding agents to generate complete design systems and visual artifacts from prompts. It functions as an alternative to proprietary AI design tools by allowing users to connect their own models and run everything locally or deploy it as a web application. The system includes a library of design skills and brand-grade design systems that guide the generation process, ensuring consistency and quality. It integrates with...
    Downloads: 156 This Week
    Last Update:
    See Project
  • 8
    CodeGraph

    CodeGraph

    Pre-indexed code knowledge graph for Claude Code, Codex, Cursor

    ...Instead of forcing agents to repeatedly scan files with grep, glob, and read commands, it builds a searchable knowledge graph of symbols, relationships, call graphs, and code structure. The project uses deterministic parsing rather than LLM summaries, which makes its indexed data more predictable and grounded in the actual source tree. It is designed for tools such as Claude Code, Codex, Cursor, and OpenCode, with MCP support for agent access. CodeGraph stores project data locally, which helps reduce token usage and repeated file exploration. ...
    Downloads: 22 This Week
    Last Update:
    See Project
  • 9
    Kiro

    Kiro

    Kiro is an agentic IDE that works alongside you from prototype

    Kiro is an agentic AI-powered integrated development environment and command-line tool designed to help developers move from early-stage prototypes to production-ready software through structured, spec-driven development. Unlike traditional AI coding assistants that rely heavily on ad hoc prompts, Kiro transforms natural language input into formalized requirements, architectural plans, and step-by-step implementation tasks, ensuring clarity and maintainability throughout the development...
    Downloads: 18 This Week
    Last Update:
    See Project
  • Streamline Azure Security with Palo Alto Networks VM-Series Icon
    Streamline Azure Security with Palo Alto Networks VM-Series

    Centrally manage physical and virtualized firewalls with Panorama

    Improve your security posture and reduce incident response time. Use the VM-Series to natively analyze Azure traffic and dynamically drive policy updates based on workload changes.
    Learn more
  • 10
    Auto Claude

    Auto Claude

    Autonomous multi-session AI coding

    ...Instead of relying on a single chat thread to do everything, it uses coordinated agents and a task-driven approach so multiple steps—like investigation, implementation, and testing—can be executed systematically. The project aims to make “agentic software engineering” feel like running a small virtual dev team by giving you an opinionated process for turning goals into scoped tasks and then driving those tasks to completion. It includes guardrails intended to keep automation safer, such as restricting file operations to the project workspace and controlling which commands can be run based on the detected tech stack.
    Downloads: 24 This Week
    Last Update:
    See Project
  • 11
    FreeLLMAPI

    FreeLLMAPI

    OpenAI-compatible proxy that aggregates free-tier keys from ~14 AI

    ...It is designed for personal experimentation, testing, and lightweight development workflows where users want to route requests through several providers without rewriting client code for each one. The project can automatically fail over between configured providers when one is unavailable or exhausted. Its OpenAI-compatible design makes it easier to use with existing tools, SDKs, and applications that already expect that API shape. It is not positioned as an enterprise-grade service or a way to bypass provider terms, but as a local coordination layer for personally owned free-tier credentials. freellmapi is useful for developers who want a practical testing proxy for comparing models, managing limits, and improving request continuity.
    Downloads: 54 This Week
    Last Update:
    See Project
  • 12
    Vibe

    Vibe

    Transcribe on your own

    Vibe is an open-source project by thewh1teagle designed to deliver a collaborative and interactive social application experience, though its specifics depend on its evolving community scope; its development often focuses on connecting users through dynamic features that can include chat, shared spaces, and immersive interactions. The repository typically includes backend logic, frontend integration, and real-time communication stacks to support live user engagement, performance optimizations, and modular features that adapt to social workflows. ...
    Downloads: 46 This Week
    Last Update:
    See Project
  • 13
    nashsu LLM Wiki

    nashsu LLM Wiki

    LLM Wiki is a cross-platform desktop application

    ...It may include mechanisms for content generation, summarization, and contextual linking, making it useful for research and knowledge management. The project reflects the trend of combining LLM capabilities with traditional information architectures. Overall, it provides a dynamic alternative to conventional documentation systems.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 14
    OmniRoute

    OmniRoute

    OmniRoute is an AI gateway for multi-provider LLM

    ...It focuses on providing a flexible abstraction layer where developers can define routing logic that dynamically directs traffic based on conditions, context, or predefined rules. The project emphasizes modularity and extensibility, allowing users to plug in different services or handlers without tightly coupling components. It is particularly useful in distributed systems where requests need to be intelligently routed between APIs, microservices, or processing pipelines. OmniRoute aims to reduce boilerplate by centralizing routing logic and providing reusable patterns for managing complex flows. ...
    Downloads: 38 This Week
    Last Update:
    See Project
  • 15
    Clippy

    Clippy

    Clippy, now with some AI

    Clippy is an open-source desktop assistant that allows users to run modern large language models locally while presenting them through a nostalgic interface inspired by Microsoft’s classic Clippy assistant from the 1990s. The project serves as both a playful homage to the early days of personal computing and a practical demonstration of local AI inference. Clippy integrates with the llama.cpp runtime to run models directly on a user’s computer without requiring cloud-based AI services. It supports models in the GGUF format, which allows it to run many publicly available open-source LLMs efficiently on consumer hardware. ...
    Downloads: 48 This Week
    Last Update:
    See Project
  • 16
    Antigravity Kit

    Antigravity Kit

    AI Agent templates with Skills, Agents, and Workflows

    ...It comes with an extensive library of predefined agent personas and domain-specific skills that help in performing targeted tasks such as frontend development, backend engineering, quality assurance, and more. With this kit, developers can rapidly initialize a project scaffold and gain access to specialist agents and command workflows that guide the agent through multi-step tasks and slash-command procedures. The repository follows a clear pattern for defining agents and their behaviors, making it easier to extend with new skills or tailor existing ones to your use case. Because it’s framework-agnostic at its core, the Antigravity Kit can integrate with IDEs and other development tooling for smoother AI-augmented coding.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 17
    OpenClaude

    OpenClaude

    Claude Code opened to any LLM

    ...The architecture emphasizes flexibility, enabling developers to adapt the system to different use cases and integrate it with various models or APIs. It may also include modular components for extending functionality, such as plugins or skills. The project reflects a broader trend toward open and decentralized AI systems that prioritize transparency and control.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 18
    Operit AI

    Operit AI

    Powerful Android AI agent with tools, automation, and Linux shell

    ...It integrates deep system-level capabilities with a wide range of tools, allowing the AI to perform real tasks such as file management, automation, and system control directly on the device. A standout aspect of the project is its built-in Ubuntu 24 environment, which enables users to run Linux commands, scripts, and development tools in a mobile context. Operit supports both local and remote AI models, including offline execution through frameworks like llama.cpp and MNN, helping preserve user privacy while maintaining flexibility. Operit also includes an intelligent memory system that stores, organizes, and retrieves user interactions to provide more personalized and context-aware responses. ...
    Downloads: 50 This Week
    Last Update:
    See Project
  • 19
    civitai

    civitai

    Open platform for sharing and discovering Stable Diffusion models

    ...It also supports user accounts, model browsing, and interaction features that help creators showcase their work and receive feedback from other users. Developers can deploy the project to run their own instance of the platform and integrate with its available API to retrieve models.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 20
    OpenClaw Opik Observability Plugin

    OpenClaw Opik Observability Plugin

    Official plugin for OpenClaw that exports agent traces to Opik

    ...This allows developers to inspect inputs, outputs, token usage, latency, and execution flow across complex multi-step agent workflows. The goal of the project is to provide transparency into the internal reasoning and operational pipeline of agent systems so developers can diagnose failures, control costs, and improve reliability.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 21
    CodePilot

    CodePilot

    A native desktop GUI for Claude Code

    ...It also includes project-aware context so Claude understands the specific codebase you’re working on, helping generate smarter suggestions and clearer explanations.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Understand Anything

    Understand Anything

    Turn any codebase into an interactive knowledge graph

    ...The system leverages language models to provide layered insights, allowing users to explore topics at different levels of detail. It is particularly useful for learning, research, and quick comprehension of new concepts across various domains. The project emphasizes accessibility, making advanced knowledge more approachable for a wider audience. It also supports iterative questioning, enabling users to refine their understanding through follow-up queries.
    Downloads: 22 This Week
    Last Update:
    See Project
  • 23
    ProjectLearn.io

    ProjectLearn.io

    A curated list of project tutorials for project-based learning

    ProjectLearn.io is an open-source repository that aggregates curated tutorials focused on project-based programming education. The project organizes learning resources where users build complete applications from scratch, helping learners acquire practical development experience rather than relying solely on theoretical tutorials. The repository includes projects across multiple domains such as web development, mobile development, machine learning, artificial intelligence, and game development. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    oracle

    oracle

    Ask the oracle when you're stuck. Invoke GPT-5 Pro

    oracle is an experimental AI-focused project by Peter Steinberger that appears centered on advanced reasoning, assistant orchestration, or intelligent workflow automation within modern AI ecosystems. The project reflects Steinberger’s broader focus on agentic systems, local-first AI tooling, and developer-oriented automation utilities. oracle likely explores structured interaction between language models, tools, and autonomous execution environments while emphasizing modularity and extensibility. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    prompts.chat

    prompts.chat

    Share, discover, and collect prompts

    ...The project emphasizes discoverability and collaboration by allowing community submissions that automatically synchronize with the repository. It can also be self-hosted, enabling organizations to maintain a private prompt knowledge base if needed.
    Downloads: 4 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB