glide logo

glide

EinStack/glide

A fast, simple model gateway for rapid development of production GenAI apps

GraphCanon updated 2w · GitHub synced 2w · 31 views this month

159 stars26 forksLast push 2y Go Apache-2.0

Decision brief

Glide is an open-source Gateway tool built with Go for deploying and managing generative AI applications.

Good fit when

  • When you need rapid deployment of GenAI apps using a simple model gateway that supports multiple Docker images including Alpine, Ubuntu, Distroless, and RedHat UBI.
  • If your team is familiar with Go language and prefers to manage GenAI deployments without complex configurations.

Avoid when

  • Avoid if your project's deployment environment is strictly Windows-based as Glide does not natively support Windows OS, requiring manual workaround steps from the demo README file.
  • Not suitable when you require a more versatile language choice for development other than Go, since Glide itself is fully developed in this language.
Hosting:
self hosted - A self-hosted gateway that requires Docker for setting up and managing environments across different OS images.
Pricing:
freemium - Free to use and open-source under the Apache-2.0 license, but additional cost might be incurred based on infrastructure where Glide is deployed.

Observed Jul 15, 2026 · Source: enrich:decision_facts

Verify the decision

Maintenance and security

Full trust report
Maintenance
Dormant (719d since push)
As of 2w
Provenance
Not a fork · Organization account
As of 2w
Security (OSV)
71 low (71 low)
As of 1mo

Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.

Install

go get github.com/EinStack/glide
pkg.go.dev

Similar tools

Same-category neighbours. No typed graph edges are catalogued for this tool yet.

Evidence and technical details

Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.

Overview

Glide is an open-source gateway written in Go that facilitates the deployment and management of generative AI applications.

Capability facts

Languages
go

Source: github.language · Aug 2, 2026

Categories

Tags

README

Installation

[!Note] Windows users should follow an instruction right from the demo README file that specifies how to do the steps without the make command as Windows doesn't come with it by default.

The easiest way to deploy Glide is to our demo repository and docker-compose.


Docker Images

Glide provides official images in our GHCR & DockerHub:

  • Alpine 3.19:
docker pull ghcr.io/einstack/glide:latest-alpine 
  • Ubuntu 22.04 LTS:
docker pull ghcr.io/einstack/glide:latest-ubuntu
  • Google Distroless (non-root)
docker pull ghcr.io/einstack/glide:latest-distroless
  • RedHat UBI 8.9 Micro
docker pull ghcr.io/einstack/glide:latest-redhat

For agents

This page has a .md twin and JSON over the API.

Was this helpful?

Anonymous feedback helps us improve pages and translations.