{"id":15365938,"url":"https://github.com/andywer/rungpt","last_synced_at":"2025-07-21T07:02:45.379Z","repository":{"id":164339267,"uuid":"627781913","full_name":"andywer/rungpt","owner":"andywer","description":"GPT client with local plugin framework, built by GPT-4","archived":false,"fork":false,"pushed_at":"2023-08-19T14:41:42.000Z","size":461,"stargazers_count":8,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-15T11:14:03.238Z","etag":null,"topics":["chatgpt","deno","gpt","gpt-4","openai-api","typescript","wasm"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andywer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-04-14T07:30:04.000Z","updated_at":"2024-06-27T02:15:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"9dbcc8d3-82f6-4fd2-bc52-71fb72dbbbc3","html_url":"https://github.com/andywer/rungpt","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/andywer/rungpt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andywer%2Frungpt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andywer%2Frungpt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andywer%2Frungpt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andywer%2Frungpt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andywer","download_url":"https://codeload.github.com/andywer/rungpt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andywer%2Frungpt/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266255244,"owners_count":23900098,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chatgpt","deno","gpt","gpt-4","openai-api","typescript","wasm"],"created_at":"2024-10-01T13:16:45.179Z","updated_at":"2025-07-21T07:02:45.373Z","avatar_url":"https://github.com/andywer.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RunGPT\n\nAmplifying GPT's capabilities by giving it access to **locally executed plugins**.\n\nWhy? So you can control what GPT should have access to: Access to parts of the local filesystem, allow it to access the internet, give it a docker container to use.\n\n🚧 **Under construction** 🚧\n\nThe idea is for Auto-GPT, MemoryGPT, BabyAGI \u0026 co to be plugins for RunGPT, providing their capabilities and more together under one common framework.\n\nSince the chat I/O is augmented, you as a user can also use the same features, for example include file contents in your prompt:\n\n```\nLet's continue implementing the chat functionality. Here is what we have so far:\n\n{{ read_file(\"./lib/chat.ts\") }}\n```\n\nBasically a locally run proxy to the OpenAI API with a plugin system and its own locally served chat UI.\n\n## Development\n\nPlanned and mostly coded by GPT-4 itself. Development progress is tracked here:\n\n👉 [Development Tracking Issue #1](https://github.com/andywer/rungpt/issues/1)\n\nCheck out [development.md](./development.md) to see the current planning of the development as epics and stories and the prompts that created them.\n\n## Installation\n\n1. Install [Deno](https://deno.land/) if you haven't already.\n2. Clone this repository.\n\n## Usage\n\nThe RunGPT application requires the following permissions:\n\n- `--allow-net`: To make HTTP requests to the OpenAI API and listen for incoming connections to the local HTTP server.\n- `--allow-read`: To read the API key from the environment and access local files.\n- `--allow-write`: To create the plugins directory and write plugin files.\n- `--allow-env`: To access the environment variable containing the API key.\n- `--allow-run`: To run external commands, such as `git`, for installing plugins.\n\nRun the application with the required permissions:\n\n```sh\ndeno run --allow-net --allow-read --allow-write --allow-env --allow-run rungpt.ts\n```\n\nVisit `http://localhost:8080` in your browser to use the web app.\n\n## Development\n\n```sh\nmake docker-build\nmake test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandywer%2Frungpt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandywer%2Frungpt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandywer%2Frungpt/lists"}