EveryDev.ai
Subscribe
Home
Tools

3,824+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2782
  • Coding1973
  • Infrastructure825
  • Projects603
  • Marketing598
  • Research520
  • Analytics468
  • Design462
  • MCP419
  • Testing346
  • Security323
  • Data305
  • Integration224
  • Prompts220
  • Communication210
  • Extensions196
  • Learning179
  • Voice175
  • Commerce160
  • DevOps135
  • Web95
  • Finance31
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. shaide
    shaide icon

    shaide

    AI Infrastructure

    Open-source sovereign AI platform for self-hosted, multi-model LLM inference on Kubernetes, designed for air-gapped and regulated enterprise environments.

    Visit Website

    At a Glance

    Pricing
    Open Source
    Free tier available

    Open-source community license, hosted on-premise or in your private cloud with community feature set.

    Enterprise: Custom/contact

    Engagement

    Available On

    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    AI InfrastructureLocal InferenceLLM Orchestration

    Alternatives

    FreeLLMAPILemonadeIonRouter
    Developer
    axem solutionsaxem solutions builds sovereign AI infrastructure for regula…

    Listed Sep 2026

    About shaide

    Shaide is an open-source sovereign AI platform built by axem solutions that runs LLMs and AI agents entirely within your own Kubernetes infrastructure — including fully air-gapped clusters with no internet access. Licensed under Apache 2.0, the core platform is publicly available on GitHub and managed as infrastructure as code using Pulumi. It targets regulated industries, defense, public sector, and any organization that cannot send data to third-party cloud APIs.

    What It Is

    Shaide is a self-hosted AI platform that serves multiple AI models concurrently on Kubernetes clusters you own and control. Rather than requiring teams to assemble an inference engine, serving orchestrator, gateway, model registry, storage, and observability stack separately, shaide ships the entire stack as one installable platform. The README describes it as "distributed, multi-model LLM inference on Kubernetes you own — installed by a single command, all the way down to air-gapped clusters."

    Architecture and Stack

    Shaide is built in four distinct layers, each deployed as an independent Pulumi Go program:

    • Platform services — An internal OCI registry (Harbor) that mirrors every container image and model weight, plus a shared Istio Gateway and Gateway API layer.
    • Serving — Per-model inference stacks using vLLM as the inference engine and llm-d for multi-instance orchestration, with KV-cache-aware scheduling and inference-pool load balancing.
    • Application — The shaide server providing a universal API surface, authentication, and user management, alongside a control panel UI.
    • Packages — The interactive installer, observability stack, and shared Go libraries.

    Deployment proceeds in a fixed order from the internal OCI registry through gateway, model serving, application layer, and optional add-ons (MCP server, monitoring). The platform exposes an OpenAI-compatible API, so any existing OpenAI-compatible SDK, agent framework, or tool works by changing only the base URL.

    Sovereign and Air-Gapped Design

    The platform is built specifically for organizations whose data cannot leave their infrastructure. The internal OCI registry mirrors every container image and model weight so a cluster can operate with zero egress. There is no phone-home behavior and no dependency on any vendor's cloud. The homepage states it runs "on-premise, no cloud access, no external APIs" and is designed for critical infrastructure, defense, and space sectors. The installer ships as a containerized interactive terminal that guides setup through prompts — no Helm chart archaeology or multiple READMEs to follow.

    Key Capabilities

    • Single-command installation onto an existing Kubernetes cluster (AWS EKS, GCP GKE, Azure AKS, on-prem RKE2)
    • Distributed multi-model serving with independent scaling per model across GPU nodes
    • Built-in RAG system (Knowledge Center) for secure AI retrieval from approved internal sources only
    • Full logging and auditability for compliance-sensitive environments
    • MCP server datasources deployed into the shared gateway
    • Infrastructure as code: every layer is a versioned, reviewable Pulumi Go program
    • AI Chat and Coding Agent components for engineering and operations workflows

    Current Status: Early Access

    The GitHub README notes that shaide is in early access as of the repository's creation in August 2026. The platform runs production workloads, but interfaces, stack configuration, and module layout may still change between releases. The project recommends pinning a specific release rather than tracking the main branch. The repository is developed across three open-source repositories: the core infrastructure and installer (shaide), the server and auth layer (shaide_server), and the web control panel (shaide_control_panel). The project is backed by Techstars according to the About page.

    shaide - 1

    Community Discussions

    Be the first to start a conversation about shaide

    Share your experience with shaide, ask questions, or help others learn from your insights.

    Pricing

    FREE

    Community

    Open-source community license, hosted on-premise or in your private cloud with community feature set.

    • Hosted on-premise or in your private cloud
    • Community feature set enabled
    • Apache 2.0 open-source license

    Enterprise

    For large-scale deployments with enterprise knowledge management, user management, custom features, and priority support.

    Custom
    contact sales
    • Enterprise Knowledge Management
    • Enterprise User Management
    • Custom Features
    • Enterprise onboarding and updates
    • Priority support and account management
    View official pricing

    Capabilities

    Key Features

    • Single-command Kubernetes installation
    • Air-gapped cluster support
    • Distributed multi-model LLM inference
    • vLLM inference engine
    • llm-d multi-instance orchestration
    • OpenAI-compatible API
    • Internal OCI registry (Harbor) for images and model weights
    • Infrastructure as Code with Pulumi
    • Built-in RAG Knowledge Center
    • Full logging and auditability
    • KV-cache-aware scheduling
    • Inference-pool load balancing
    • MCP server datasources
    • AI Chat and Coding Agent
    • Control panel web UI
    • Observability stack
    • Authentication and user management
    • On-premise and private cloud deployment

    Integrations

    Kubernetes (EKS, GKE, AKS, RKE2)
    vLLM
    llm-d
    Harbor OCI registry
    Istio Gateway
    Pulumi
    HuggingFace (model weights)
    OpenAI-compatible SDKs
    MCP servers
    Prometheus/monitoring stack
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate shaide and help others make informed decisions.

    Developer

    axem solutions

    axem solutions builds sovereign AI infrastructure for regulated and security-sensitive industries. The team, founded by engineers with backgrounds in critical systems, ships shaide — an open-source, self-hosted AI platform that runs LLMs and agents entirely within customer-controlled Kubernetes infrastructure. axem is backed by Techstars and targets sectors including critical infrastructure, defense, and space where data cannot leave the organization's perimeter.

    Read more about axem solutions
    WebsiteGitHubLinkedIn
    1 tool in directory

    Similar Tools

    FreeLLMAPI icon

    FreeLLMAPI

    An open-source, self-hosted router that aggregates free LLM tiers from 34 providers behind a single OpenAI-compatible endpoint with smart routing and automatic failover.

    Lemonade icon

    Lemonade

    Open-source local LLM server for Windows, Linux, and macOS that runs LLMs, image generation, speech, and more on GPUs and NPUs with an OpenAI-compatible API.

    IonRouter icon

    IonRouter

    High throughput, low cost AI inference API powered by IonAttention, supporting LLMs, vision, image, video, and audio models with OpenAI-compatible endpoints.

    Browse all tools

    Related Topics

    AI Infrastructure

    Infrastructure designed for deploying and running AI models.

    378 tools

    Local Inference

    Tools and platforms for running AI inference locally without cloud dependence.

    188 tools

    LLM Orchestration

    Platforms and frameworks for designing, managing, and deploying complex LLM workflows with visual interfaces, allowing for the coordination of multiple AI models and services.

    218 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions