# ricklamers/gpt-code-ui

An open source implementation of OpenAI's ChatGPT Code interpreter

Repository: https://github.com/ricklamers/gpt-code-ui
Canonical: https://ross.abutalabs.com/products/gpt-code-ui
Language: Python
License: MIT
License Family: permissive
Topics: chatgpt, gpt, llms, openai
Last push: 2024-03-20T12:34:34+00:00

## Health v2 (maintenance only)
Score: 20/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 86
- inputs: {"age_days": 1211, "days_push": 896, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3536, forks 426 (observed 2026-08-28T04:08:09.068764+00:00)

## What it is
An open-source, self-hosted implementation of OpenAI's ChatGPT Code Interpreter. Users chat with GPT-3.5/GPT-4 models that generate and execute Python code in a sandboxed kernel, with file upload/download and conversation context.

## Use cases
- run a self-hosted ChatGPT code interpreter
- let an LLM generate and execute Python code from prompts
- analyze uploaded files with GPT-4 code execution
- use OpenAI API with a code interpreter UI
- chat with an AI that can run pandas and matplotlib code

## When to choose
- you want OpenAI's Code Interpreter experience without a ChatGPT Plus subscription
- you need to self-host a code-executing AI chat with file upload/download
- you want model switching between GPT-3.5 and GPT-4 in a code interpreter UI

## When to avoid
- you need local/offline models rather than the OpenAI API
- you require untrusted-code sandboxing for production or multi-tenant use
- you need an actively developed project with recent updates

## Facets
- artifact type: application
- maturity: maintenance
- function: llm-inference, chat-interface, file-upload, developer-tools
- domain: large-language-models, artificial-intelligence, developer-tools, data-science
- platform: python, cross-platform
- tags: code-interpreter, chatgpt, openai, gpt-4, python-kernel, self-hosted, docker, web-server

## Member repositories
- ricklamers/gpt-code-ui (main) score 20

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:09.068764+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:35:02.932513+00:00, confidence not recorded.
  - readme: https://github.com/ricklamers/gpt-code-ui (fetched 2026-08-28T04:08:09.068764+00:00, sha 41fd6b0c8e54)
- Data as of 2026-08-30T08:39:29.467469+00:00.
