Agentic AI Tools for Linux

View 11 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
  • 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
  • 1
    GBrain

    GBrain

    Garry's Opinionated OpenClaw/Hermes Agent Brain

    GBrain is an open-source AI memory system designed to give autonomous agents persistent, structured, and scalable long-term memory across interactions and workflows. It operates by transforming large collections of markdown documents, personal notes, and external data into a searchable knowledge base backed by PostgreSQL and vector embeddings, enabling both semantic and keyword-based retrieval. The system is tightly integrated with agent frameworks such as OpenClaw and Hermes, allowing AI agents to read from and write to memory continuously, effectively evolving their understanding over time. GBrain introduces a hybrid retrieval model that combines embeddings with ranking strategies to improve relevance when querying large datasets. It also organizes knowledge into structured documents with summaries and timelines, helping agents maintain context and track changes in information.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2
    Google Agent Skills

    Google Agent Skills

    Agent Skills for Google products and technologies

    Google Skills is a repository of modular “agent skills” designed to extend AI agents with structured knowledge about Google technologies and workflows. Each skill provides guidance, best practices, and procedural instructions that agents can use to perform tasks more effectively. The repository includes skills for services like BigQuery, Cloud Run, Firebase, and Kubernetes, as well as onboarding and architectural patterns. It is designed to integrate with agent platforms through a standardized installation system. The project emphasizes reusable, composable knowledge units that can enhance agent reasoning and execution. It is actively developed and intended to support modern AI-driven development workflows. The system helps bridge the gap between documentation and actionable agent behavior.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3
    NullClaw

    NullClaw

    Fastest, smallest, and fully autonomous AI assistant infrastructure

    NullClaw is the smallest fully autonomous AI assistant infrastructure, built entirely in Zig as a single static binary with zero runtime dependencies. At just 678 KB with ~1 MB peak RAM usage, it boots in under 2 milliseconds and runs on virtually any hardware, including low-cost ARM boards. Despite its size, it delivers a complete AI stack with 22+ model providers, 18+ communication channels, integrated tools, hybrid memory, and sandboxed runtime support. Its architecture is fully modular, using vtable interfaces that allow providers, channels, tools, memory backends, and runtimes to be swapped without code changes. NullClaw is secure by design, enforcing pairing-based authentication, strict sandboxing, encrypted secrets, resource limits, and workspace scoping by default. Designed for portability and independence, it supports OpenAI-compatible APIs, multiple tunnels, hardware peripherals, and edge deployments including WASM-based logic.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    PentAGI

    PentAGI

    Perform penetration testing tasks

    PentAGI is a fully autonomous AI agent system designed to perform complex penetration testing tasks by orchestrating multiple intelligent components into a coordinated offensive security workflow. The platform aims to automate significant portions of the penetration testing lifecycle, including reconnaissance, vulnerability discovery, and exploitation planning, reducing the amount of manual effort required from security professionals. It leverages agent-based architecture and AI reasoning to chain together tools and strategies in a way that mimics experienced human testers. The project is built to be modular and extensible so researchers and red teams can customize behavior or integrate additional tools as needed. By focusing on autonomous decision-making in cybersecurity contexts, PentAGI represents part of the broader trend toward AI-assisted offensive security automation.
    Downloads: 6 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    SafeClaw

    SafeClaw

    Chat with it via text and voice

    SafeClaw is an open-source, entirely local alternative to cloud-based AI assistants like OpenClaw, enabling users to build a personal assistant that runs on their own machine without incurring API usage charges or exposing data to third-party services. It emphasizes privacy and predictability by using traditional programming, rule-based intent parsing, and established machine learning tools rather than large language models, meaning there are no per-token API costs and deterministic behavior. The assistant offers features such as voice control using fully local speech-to-text (Whisper) and text-to-speech (Piper) capabilities, news aggregation with extractive summarization, and smart home or Bluetooth device control. SafeClaw supports multiple channels, including CLI and Telegram, and avoids prompt injection risk because it doesn’t rely on LLMs for core operations.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 6
    autoresearch

    autoresearch

    AI agents autonomously run and improve ML experiments overnight

    autoresearch is an experimental framework that enables AI agents to autonomously conduct machine learning research by iteratively modifying and training models. Created by Andrej Karpathy, the project allows an agent to edit the model training code, run short experiments, evaluate results, and repeat the process without human intervention. Each experiment runs for a fixed five-minute training window, enabling rapid iteration and consistent comparison across architectural or hyperparameter changes. The system centers on a simple workflow where the agent modifies a single training file while human researchers guide the process through a program.md instruction file. Designed to run on a single GPU, it keeps the research loop minimal and self-contained to make autonomous experimentation practical. Over time, the agent logs experiments, evaluates improvements, and gradually evolves the model through automated trial-and-error.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7
    designlang

    designlang

    Extract any website's complete design system with one command

    designlang is a powerful tool that extracts complete design systems from existing websites using automated analysis and converts them into reusable assets and tokens. It generates structured outputs such as design tokens, semantic components, and styling systems that can be used across multiple platforms. The tool supports exporting to frameworks like Tailwind, SwiftUI, Flutter, and WordPress, making it highly versatile for cross-platform development. It also integrates with tools like Figma and shadcn, enabling seamless design-to-code workflows. The system includes accessibility analysis features, such as WCAG compliance checks and CSS health audits, helping developers improve usability and standards compliance. It can be used via CLI or browser extension, making it flexible for different workflows. Overall, design-extract automates the process of reverse-engineering design systems, significantly accelerating frontend development.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 8
    uAgents

    uAgents

    A fast and lightweight framework for creating decentralized agents

    uAgents is a library developed by Fetch.ai that allows for creating autonomous AI agents in Python. With simple and expressive decorators, you can have an agent that performs various tasks on a schedule or takes action on various events.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 9
    AI Maestro

    AI Maestro

    Give AI Agents superpowers: memory search, code graph queries

    AI Maestro is a framework designed to orchestrate AI workflows and coordinate multiple components into cohesive systems. It focuses on enabling structured interaction between different AI modules, allowing them to collaborate on complex tasks. The system emphasizes modular design, enabling developers to build workflows by combining independent components. It supports automation, allowing tasks to be executed with minimal manual intervention. The framework is designed to be flexible, accommodating different use cases and integration requirements. It also encourages scalability, making it suitable for both small projects and larger systems. Overall, AI Maestro acts as a conductor for AI workflows, ensuring that different components work together efficiently.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 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
  • 10
    Android Use

    Android Use

    Automate native Android apps with AI using accessibility APIs

    android-action-kernel is an open source Python library designed to let AI agents control and automate native Android applications running on real devices or emulators. It fills a gap in automation tooling by focusing on mobile-first workflows where traditional browser or desktop-based automation doesn’t work; such as logistics, gig work, field operations, and other industries reliant on phones or tablets. The project works by using Android’s accessibility API to extract structured UI state (as XML) from the device, which is then fed to a large language model (LLM) like OpenAI’s models for decision-making, and actions are executed via the Android Debug Bridge (ADB). This approach bypasses expensive vision-based models and provides faster, cheaper automation with fine-grained interaction capabilities (for example, tapping buttons, typing text, navigating screens).
    Downloads: 5 This Week
    Last Update:
    See Project
  • 11
    Beads

    Beads

    A memory upgrade for your coding agent

    Beads is an open-source project providing a distributed, structured memory system for AI coding agents, replacing ad-hoc text plans with a git-backed graph that represents tasks, dependencies, and progress in a persistent, queryable format. Instead of storing plans as unstructured Markdown or ephemeral notes, Beads organizes agent state, task artifacts, and relationships as nodes and edges in a version-controlled graph so that long-horizon projects don’t lose context or coherence as the agent proceeds. This approach helps coding agents — and human collaborators — track which tasks depend on others, what has been done, and where workflows branch or reunify without losing important data. By leveraging Git as the storage backbone, the project ensures that memory is persistent, diffable, and sharable, with the ability to roll back, branch, or merge memory states just like source code.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 12
    Build Your Own OpenClaw

    Build Your Own OpenClaw

    A step-by-step guide to build your own AI agent

    Build Your Own OpenClaw is a step-by-step educational framework that teaches developers how to construct a fully functional AI agent system from scratch, gradually evolving from a simple chat loop into a multi-agent, production-ready architecture. The project is structured into 18 progressive stages, each introducing a new concept such as tool usage, memory persistence, event-driven design, and multi-agent coordination, with each step including both explanatory documentation and runnable code. It begins with foundational concepts like conversational loops and tool integration, then expands into more advanced capabilities such as dynamic skill loading, web interaction, and context management. As the tutorial progresses, it introduces architectural improvements including event-driven systems, WebSocket communication, and configuration hot-reloading to support scalability and real-time interaction.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 13
    Harness

    Harness

    A meta-skill that designs domain-specific agent teams

    Harness is a meta-skill framework designed to automate the creation and orchestration of domain-specific AI agent teams within Claude Code environments. Instead of manually defining agents and their behaviors, it generates specialized agents, assigns them roles, and produces the skills they need to execute tasks effectively. The system focuses on scaling agent-based workflows by dynamically assembling teams tailored to specific problems. It enables structured collaboration between agents, allowing them to divide work and operate in coordinated pipelines. Harness also abstracts the complexity of agent design, making it easier for developers to deploy multi-agent systems without extensive configuration. Its approach emphasizes modularity and reuse, allowing generated agents and skills to be applied across different projects. Overall, Harness acts as an automation layer for building and managing complex agent ecosystems.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 14
    Hermes Web UI

    Hermes Web UI

    The best way to use Hermes Agent from the web or from your phone

    Hermes WebUI is a browser-based interface for interacting with the Hermes autonomous agent, providing full feature parity with its command-line experience. It offers a clean, multi-panel layout that includes chat interaction, session management, and workspace file browsing. The interface allows users to manage agent sessions, configure models, and interact with persistent memory systems directly from a web environment. It is built using simple technologies like Python and vanilla JavaScript, avoiding complex frontend frameworks. The UI supports real-time interaction, context tracking, and visualization of token usage. It connects to a self-hosted agent that continuously learns and evolves over time. The project emphasizes usability, accessibility, and seamless integration with existing workflows.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 15
    MCPJam

    MCPJam

    Postman for MCPs - A tool for testing and debugging MCPs

    Inspector by MCPJam is a visual developer tool—akin to Postman—for testing and debugging MCP servers, with capabilities to simulate and trace tool execution via various transports and LLM integrations.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 16
    Microsoft Agent Skills

    Microsoft Agent Skills

    Skills, MCP servers, Custom Agents, Agents.md for SDKs

    Microsoft Agent Skills is an actively maintained repository of skills, custom agents, templates, and MCP configuration files designed to extend AI coding assistants with deep knowledge about Azure SDKs and Microsoft AI Foundry services. The project bundles over a hundred domain-specific skills that teach AI agents how to perform tasks like Azure resource provisioning, SDK usage patterns, infrastructure setup, and common DevOps workflows, bridging the gap between agent reasoning and real-world Microsoft platform needs. In addition to the skills themselves, the repo includes templates for agent configuration (e.g., Agents.md), marketplace setup files, and command utilities to install skills into directories like .github/skills or .claude/skills. It also offers preconfigured MCP servers and custom agent roles covering backend, frontend, infrastructure, planner, and other use cases, helping teams create richer, role-aware AI assistants.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 17
    Obscura

    Obscura

    The headless browser for AI agents and web scraping

    Obscura is a security-focused project aimed at providing tools and techniques for enhancing privacy, anonymity, and operational security in digital environments. It is designed for users who need to obscure their digital footprint and reduce traceability across systems. The project typically includes utilities for masking identity, managing secure communication, and mitigating surveillance risks. It emphasizes practical implementations of privacy-preserving workflows rather than purely theoretical approaches. Obscura is particularly relevant for researchers, security professionals, and privacy-conscious users. Its architecture focuses on modular tools that can be adapted to different threat models. The project reflects modern concerns around digital surveillance and data exposure.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 18
    OpenClaw Office

    OpenClaw Office

    OpenClaw Office is the visual monitoring and management frontend

    OpenClaw Office is a visual monitoring and management interface designed for the OpenClaw multi-agent system, providing an immersive and interactive way to observe and control autonomous AI agents. It presents agent activity through a virtual office environment, where each agent is represented as an animated entity within a 2D or 3D workspace. The platform enables real-time visualization of agent states, interactions, and workflows, making complex multi-agent coordination easier to understand and debug. Users can observe communication flows between agents through visual connections, track token usage and operational costs, and analyze performance through integrated dashboards and charts. The system also includes live chat capabilities, allowing users to monitor conversations and tool calls as they occur.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 19
    OpenClaw Opik Observability Plugin

    OpenClaw Opik Observability Plugin

    Official plugin for OpenClaw that exports agent traces to Opik

    OpenClaw Opik Observability Plugin is an open-source plugin designed to add observability and monitoring capabilities to OpenClaw autonomous AI agents by exporting operational traces to the Opik observability platform. The project integrates directly with OpenClaw’s plugin architecture so that developers can capture detailed runtime information about how their agents behave while executing tasks. Each time an AI agent performs an action—such as calling a large language model, invoking a tool, accessing memory, or delegating to a sub-agent—the plugin records the full interaction and sends it to Opik for analysis and visualization. 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: 5 This Week
    Last Update:
    See Project
  • 20
    OpenSandbox

    OpenSandbox

    OpenSandbox is a general-purpose sandbox platform for AI applications

    OpenSandbox is a general purpose sandbox platform designed to securely run and isolate AI applications and untrusted workloads in controlled environments. The project focuses on providing a unified sandbox API that simplifies the process of executing code safely across different runtime backends. It supports multiple programming languages through SDKs, allowing developers to integrate sandbox capabilities into their systems without building custom isolation layers. The platform is built to work with container technologies such as Docker and Kubernetes, enabling scalable and production ready deployments. OpenSandbox is particularly useful for AI agents, code execution services, and any scenario where untrusted code must be executed safely. Its architecture emphasizes flexibility, security boundaries, and operational consistency across environments. Overall, the project aims to standardize sandbox execution for modern AI and cloud native workflows.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 21
    OpenSpace

    OpenSpace

    OpenSpace: Make Your Agents: Smarter, Low-Cost, Self-Evolving

    OpenSpace is a self-evolving agent framework designed to improve the performance, efficiency, and collaboration of AI agents through continuous learning and shared knowledge. It introduces a system where agents develop reusable “skills” based on real task execution, allowing them to improve over time without retraining underlying models. The platform emphasizes collective intelligence, enabling multiple agents to share learned behaviors and benefit from each other’s experiences. It also focuses on cost efficiency by reducing redundant computations and reusing successful workflows, significantly lowering token usage in repeated tasks. The framework includes monitoring and evaluation mechanisms to track skill performance and ensure reliability as systems evolve. It supports integration with various agent platforms, making it flexible and extensible across different environments.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 22
    PentestAgent

    PentestAgent

    AI agent framework for black-box security testing

    PentestAgent is an open-source autonomous security testing platform designed to help organizations identify vulnerabilities and assess security posture by simulating real-world attack scenarios without manual intervention. It brings a modular and automated approach to penetration testing by orchestrating a suite of tools and scripts that can emulate common exploitation techniques, reconnaissance workflows, and post-exploitation activities across targets. Users configure rules, policies, and environments, and the agent continuously probes for weaknesses, prioritizes findings, and generates contextual reports that help both technical and non-technical stakeholders understand risk exposure. Because it supports a range of plug-ins and external security tools, pentestagent can be adapted for web applications, network infrastructure, API surfaces, and even cloud environments, making it flexible for diverse security programs.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 23
    Phidata

    Phidata

    Build multi-modal Agents with memory, knowledge, tools and reasoning

    Phidata is an open source platform for building, deploying, and monitoring AI agents. It enables users to create domain-specific agents with memory, knowledge, and external tools, enhancing AI capabilities for various tasks. The platform supports a range of large language models and integrates seamlessly with different databases, vector stores, and APIs. Phidata offers pre-configured templates to accelerate development and deployment, allowing users to quickly go from building agents to shipping them into production. It includes features like real-time monitoring, agent evaluations, and performance optimization tools, ensuring the reliability and scalability of AI solutions. Phidata also allows developers to bring their own cloud infrastructure, offering flexibility for custom setups. The platform provides robust support for enterprises, including security features, agent guardrails, and automated DevOps for smoother deployment processes.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 24
    PraisonAI

    PraisonAI

    PraisonAI application combines AutoGen and CrewAI or similar framework

    PraisonAI application combines AutoGen and CrewAI or similar frameworks into a low-code solution for building and managing multi-agent LLM systems, focusing on simplicity, customization, and efficient human-agent collaboration. Chat with your ENTIRE Codebase. Praison AI, leveraging both AutoGen and CrewAI or any other agent framework, represents a low-code, centralized framework designed to simplify the creation and orchestration of multi-agent systems for various LLM applications, emphasizing ease of use, customization, and human-agent interaction.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 25
    Skills For Real Engineers

    Skills For Real Engineers

    Skills for Real Engineers. Straight from my .claude directory

    Skills For Real Engineers is a curated collection of modular AI “skills” designed to improve how developers interact with coding agents by enforcing structured engineering workflows. Each skill is a small, focused instruction set that guides an AI through tasks such as planning, refactoring, testing, or architectural analysis. Instead of relying on vague prompts, the system encodes repeatable processes that ensure consistent and higher-quality outputs. The repository includes tools for converting conversations into product requirements, breaking plans into actionable issues, and stress-testing ideas through structured questioning. It emphasizes disciplined thinking before coding, encouraging developers to fully explore design decisions. Skills can be installed individually and integrated into agent environments, making them highly composable. Overall, the project transforms AI from a reactive assistant into a process-driven engineering collaborator.
    Downloads: 5 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB