glide logo

glide

Enrichment pending
EinStack/glide

🐦 A open blazing-fast simple model gateway for rapid development of production GenAI apps

GraphCanon updated today · GitHub synced today

160
Stars
26
Forks
68
Open issues
5
Watchers
1y
Last push
Go Apache-2.0Created Dec 7, 2023

Trust & integrity

Full report
Maintenance
Dormant (698d since push)
As of today · Source: github_public_v1
Provenance
Not a fork · Organization account
As of today · Source: github_public_v1
Security (OSV)
71 low (71 low)
As of today · Source: osv@v1

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

Overview

🐦 A open blazing-fast simple model gateway for rapid development of production GenAI apps

Capability facts

Languages
go

Source: github.language · Jul 11, 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