Showing 7401 open source projects for "linux-debian"

View related business solutions
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1
    Eris

    Eris

    A NodeJS Discord library

    A Node.js wrapper for interfacing with Discord. You will need NodeJS 10.4+. If you need voice support you will also need Python 2.7 and a C++ compiler. Create a directory for your bot, and change to that directory in your command line. If you want to be more updated (at the expense of stability), you can install the beta builds instead. Eris supports a few optional libraries that could potentially improve bot performance but may require additional dependencies. If you want Eris to use any of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    pixelmatch

    pixelmatch

    The smallest, simplest JavaScript pixel-level image comparison library

    The smallest, simplest and fastest JavaScript pixel-level image comparison library, originally created to compare screenshots in tests. Features accurate anti-aliased pixels detection and perceptual color difference metrics. Inspired by Resemble.js and Blink-diff. Unlike these libraries, pixelmatch is around 150 lines of code, has no dependencies, and works on raw typed arrays of image data, so it's blazing fast and can be used in any environment (Node or browsers). Compares two images,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    PaddlePaddle

    PaddlePaddle

    PArallel Distributed Deep LEarning: Machine Learning Framework

    PaddlePaddle is an open source deep learning industrial platform with advanced technologies and a rich set of features that make innovation and application of deep learning easier. It is the only independent R&D deep learning platform in China, and has been widely adopted in various sectors including manufacturing, agriculture and enterprise service. PaddlePaddle covers core deep learning frameworks, basic model libraries, end-to-end development kits and more, with support for both...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Monoio

    Monoio

    Rust async runtime based on io-uring

    Monoio is a Rust asynchronous runtime designed for high-performance I/O-bound servers and applications, built around native OS async I/O primitives (e.g. io_uring on Linux, epoll / kqueue on other Unix-like systems), rather than layering atop an existing runtime. Its design philosophy centers on a “thread-per-core” model where each core runs its own event loop, minimizing cross-thread synchronization needs, avoiding the overhead and complexity of task scheduling, and letting developers write efficient, low-overhead asynchronous networking or I/O code. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 5
    GPT Image Playground

    GPT Image Playground

    OpenAI gpt-image-2 API

    GPT Image Playground is a web-based image generation and editing interface built around OpenAI’s GPT Image APIs and compatible providers. It gives users a clean UI for text-to-image generation, reference-image workflows, and mask-based editing. The project supports OpenAI-compatible endpoints, fal.ai, and custom HTTP providers, which makes it flexible for different image backend setups. It stores history and generated assets locally in the browser, keeping the user’s creative records out of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    MathCode

    MathCode

    A Frontier Mathematical Coding Agent

    MathCode is a terminal-based AI coding assistant focused on mathematical formalization and theorem proving. It is designed to transform plain-language mathematical reasoning into verified Lean 4 code and formal proofs. The project combines AI agents with Lean Language Server Protocol integration, allowing it to inspect compiler feedback, search for lemmas, and iteratively repair failed proof attempts. It supports an agentic proving workflow where the system behaves more like an interactive...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    NVIDIA AI Blueprint

    NVIDIA AI Blueprint

    Suite of reference architectures for building GPU-accelerated vision

    NVIDIA AI Blueprint is an AI blueprint for building GPU-accelerated video intelligence applications and vision agents. It combines accelerated vision microservices, vision language models, large language models, embeddings, and NVIDIA NIM microservices to process both stored and streaming video. The project is organized around real-time video intelligence, downstream analytics, and agentic offline processing. It supports workflows such as natural-language video search, visual question...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    xiaogpt

    xiaogpt

    Play ChatGPT and other LLM with Xiaomi AI Speaker

    xiaogpt is a Python project that connects Xiaomi AI speakers with ChatGPT and other large language models. It lets users turn compatible XiaoAI speaker devices into conversational AI assistants beyond the default built-in voice capabilities. The project works by listening for user interactions, forwarding prompts to supported model providers, and sending generated responses back through the speaker. It supports multiple operating modes, wake-word styles, and model backends depending on the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    OpenSwarm

    OpenSwarm

    Claude code for everything except coding

    OpenSwarm is an open-source multi-agent system that lets users create full deliverables from a single terminal prompt. Instead of relying on one general-purpose assistant, it coordinates a team of specialized agents through an orchestrator. The included agents can handle research, data analysis, slide decks, documents, images, videos, scheduling, messaging, and other productivity tasks. It is designed for outputs like pitch decks, market research, SEO content, quarterly reports, launch...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    DeepSeek V4

    DeepSeek V4

    Description of the special control instructions for DeepSeek-V4

    DeepSeek V4 is a documentation-focused repository that explains how to guide DeepSeek V4 roleplay behavior through special first-message instructions. Rather than providing a conventional application, it acts as a practical prompt-control reference for users who want to influence the model’s thinking-mode style during roleplay sessions. It describes three operating styles: default behavior, role immersion, and pure analysis. Role immersion encourages character-like internal framing, while...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Transformers & LLMs cheatsheet

    Transformers & LLMs cheatsheet

    VIP cheatsheet for Stanford's CME 295 Transformers and Large Language

    Transformers & LLMs cheatsheet is an educational repository focused on transformers, large language models, and modern generative AI architectures based on Stanford CME 295 coursework. The project compiles structured notes, mathematical explanations, diagrams, and implementation references covering transformer internals, attention mechanisms, tokenization, training pipelines, and inference strategies. It is designed to help students and practitioners understand the technical foundations...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    LLM From Scratch

    LLM From Scratch

    Build and train a GPT-style language model

    LLM From Scratch is a hands-on educational workshop project that teaches developers how to build and train a GPT-style language model entirely from scratch using PyTorch. Instead of relying on high-level abstractions or prebuilt frameworks, the project walks users through implementing every core component manually, including tokenization, transformer architecture, training loops, and autoregressive text generation. The repository is intentionally simplified to focus on conceptual clarity,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Mike

    Mike

    OSS AI Legal Platform

    Mike is a software project that appears to focus on automation or tooling, likely designed to streamline workflows related to development, deployment, or data processing. It may function as a command-line utility or lightweight framework that integrates with existing systems to improve efficiency. The project emphasizes simplicity and clarity, providing focused functionality without unnecessary overhead. Its design likely supports extensibility, allowing users to adapt it to specific use...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Taste Skill

    Taste Skill

    Taste-Skill - gives your AI good taste. stops the AI

    Taste Skill is a project focused on structured skill development, likely combining curated content, learning paths, and interactive elements to help users build expertise in specific domains. It appears to emphasize personalized or modular learning, allowing users to explore topics based on interest or progression level. The platform may integrate recommendation systems or categorized content to guide users through a learning journey efficiently. Its design suggests an emphasis on...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Alpamayo 1

    Alpamayo 1

    Bridging Reasoning and Action Prediction

    Alpamayo 1 is a pre-trained reasoning model developed by NVIDIA to support research and development in autonomous driving systems. It combines perception, reasoning, and action prediction into a unified architecture, enabling it to interpret complex driving scenarios and generate trajectory plans. The model is designed as a foundational component rather than a complete driving stack, allowing developers to build custom autonomous vehicle applications on top of it. It incorporates...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Agentspan

    Agentspan

    Durable, Distributed runtime for ALL of your agents

    Agentspan is a distributed runtime designed to run AI agents reliably across machines while maintaining long-lived execution states. It enables agents to persist beyond process crashes, allowing workflows to continue even after interruptions or restarts. The system is built for durability, meaning tasks can pause for extended periods, including waiting for human approval, and then resume seamlessly. It supports scaling across multiple environments, making it suitable for production-grade...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Flow-Next

    Flow-Next

    Plan-first AI workflow plugin for Claude Code, OpenAI Codex

    Flow-Next is a workflow orchestration tool designed to manage complex processes by structuring tasks into organized and repeatable pipelines. It focuses on improving productivity by allowing users to define workflows that can be executed step by step or in parallel. The system emphasizes modularity, enabling tasks to be broken down into smaller components that can be reused across different workflows. It supports integration with various tools and services, making it adaptable to different...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Claude Context

    Claude Context

    Code search MCP for Claude Code

    Claude Context is a tool designed to enhance the contextual understanding of large language models by managing and injecting relevant information into prompts. It focuses on improving response quality by ensuring that models have access to the most relevant data when generating outputs. The system integrates with vector databases and retrieval systems, enabling efficient storage and retrieval of contextual information. It supports workflows such as retrieval-augmented generation, where...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    pump-fun-skills

    pump-fun-skills

    This repo contains pump fun skills for AI agents

    pump-fun-skills is a repository that provides a collection of predefined “skills” or modules designed for use with AI agents in the pump.fun ecosystem. These skills represent reusable capabilities that agents can execute, enabling more structured and modular behavior. The project focuses on expanding the functionality of agents by providing ready-to-use components that can be combined into larger workflows. It supports customization, allowing developers to adapt or extend skills to meet...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    GEOFlow

    GEOFlow

    Open-source GEO content production system with AI tasks

    GEOFlow is a workflow system designed to manage and automate processes related to geographic and search optimization tasks using AI-driven pipelines. It focuses on structuring complex workflows into manageable steps, allowing users to orchestrate tasks such as content generation, analysis, and optimization. The system emphasizes modular design, enabling users to build reusable components that can be combined into larger workflows. It integrates with AI tools to enhance automation and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    GEO Content Writer

    GEO Content Writer

    Backlog-row-first content production system for teams

    GEO Content Writer is an AI-based content generation tool designed to create optimized content tailored for geographic and semantic search contexts. It focuses on producing articles, pages, and structured content that align with both traditional SEO requirements and emerging AI search patterns. The system leverages language models to generate content that is context-aware, location-specific, and optimized for discoverability. It supports automated workflows for generating large volumes of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    typeui.sh

    typeui.sh

    Design system skills for agentic tools

    typeui.sh is a type-safe UI framework designed to streamline the development of user interfaces by leveraging strong typing and structured definitions. It focuses on improving developer productivity by reducing runtime errors and ensuring consistency across UI components. The framework integrates closely with TypeScript, allowing developers to define interfaces and components with strict type validation. It supports component-based architecture, making it easier to build scalable and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    darwin-skill

    darwin-skill

    Autoresearch-inspired autonomous skill optimization for Claude Code

    darwin-skill is an experimental framework designed to automatically improve AI agent “skills” through iterative evaluation and optimization loops inspired by machine learning training processes. Instead of treating prompts or skill definitions as static assets, the system applies a continuous improvement cycle that evaluates performance, proposes changes, tests outcomes, and either retains or reverts modifications. The framework introduces a scoring system across multiple dimensions,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    chat

    chat

    chat web app for teams, sass with user management and ratelimit

    chat is a team-oriented chat web application delivered as a SaaS-style system with built-in user management, rate limiting, and support for several major model providers. It is positioned as a collaborative chat platform rather than a single-user demo, which is reflected in its administrative structure, multi-user handling, and deployment-oriented documentation. The project supports OpenAI, Azure OpenAI, Claude, Gemini, and Ollama-hosted models, giving teams flexibility in how they connect...
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB