gpt4local
Openai-style fast lightweight local language model inference with documents
GraphCanon updated Aug 13, 2026 · GitHub synced Aug 13, 2026
25views this month
Decision brief
gpt4local offers fast lightweight local language model inference with documents similar to OpenAI models but hosts the functionality locally.
Good fit when
- Need fast inference times in a low-latency environment
- Require complete control over data privacy and security
Avoid when
- Desire frequent access to latest model updates without manual intervention
- In need of high-end feature support offered by cloud-based services
- Requirements:
- Depends on llama.cpp Python bindings
Observed Jul 17, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Dormant (876d since push)
- As of Aug 13, 2026
- Provenance
- Not a fork · Personal account
- As of Aug 13, 2026
- Security (OSV)
- No criticals
- As of Jul 15, 2026
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
pip install gpt4local PyPIHow it fits your stack(1)
Typed graph edges - alternatives, integrations, successors, and dependencies. Ranked by relationship type, not raw GitHub stars.
Relationship graph
Optional deeper exploration of typed edges and category neighbours.
Similar tools
Same-category neighbours not already linked as typed edges.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
A repository that provides OpenAI-like chatbot functionalities using locally hosted language models for fast and lightweight inference.
Capability facts
- Languages
- python
Source: github.language · Aug 13, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Aug 13, 2026)
To use G4L, you need to have the llama.cpp Python bindings installed. You can install them using pip:Source link
Tags
README
Requirements To use G4L, you need to have the llama.cpp Python bindings installed. You can install them using pip: Installation 1. Clone the G4L repository: 2. Navigate to the cloned directory: 3. Install the required dependencies:
For agents
This page has a .md twin and JSON over the API.