Skip to content
@xtends

XTENDS

Professor Codephreak extensions for local language models

xtends

Machine Learning Extensions for Local LLMs

Purpose

This document is a machine-ready ingestion prompt and quick-reference catalog for the GitHub organization at github.com/xtends. It is designed to help a person or AI system rapidly understand the repository landscape, identify architectural themes, and extract reusable patterns from the broadest collection of LLM tooling, desktop compositing, and intelligent application development resources assembled under one organization.


1. Executive Framing

The xtends organization is the extension layer of the augmented machine learning ecosystem — a deliberate, wide-net collection of 100 repositories spanning every surface where LLMs, intelligent agents, and autonomous systems touch the real world.

Where augml provides the core local runtime, xtends provides everything that plugs into it: prompt engineering, code generation, desktop applications, 3D rendering, speech pipelines, blockchain analytics, browser extensions, tokenizers, agent frameworks, workflow automation, window management, and privacy tools.

The collection logic:

If it extends what a local LLM can do → it belongs in xtends
If it extends what a developer can build with AI → it belongs in xtends
If it extends the user's sovereignty over their computing environment → it belongs in xtends

This is the largest reference organization in the ecosystem — 100 repositories across 10 functional domains — intentionally broad because the extension surface of machine learning is broad.


2. Collection by Domain

2A. LLM Chat Interfaces and Desktop Applications (18 repos)

The primary interaction surface. Every way a human talks to a model.

RepositoryDescriptionLicense
ollamaRun Llama and other LLMs locallyMIT
ollama-webuiChatGPT-style web UI for OllamaMIT
chat-with-gptOpen-source ChatGPT app with voiceMIT
ChatGPTDesktopChatGPT desktop application (Mac, Windows, Linux)AGPL-3.0
ChatGPT_desktopChatGPT desktop application (alternate)
simpleaichatPython package for minimal-complexity chat app interfacesMIT
chatgpt-clone-nodejs-express-reactChatGPT clone with DALL-E using gpt-3.5-turboApache-2.0
chat-bot-next.js-tailwind-boilerplateConversational bot boilerplate with internet access
GPT-Nextjs-Tailwind-starterBoilerplate starter for GPT + Next.js + Tailwind
gptchatQuick GPT chat interaction with salted API key
AI-TalksChatGPT assistant via StreamlitMIT
PowerToys4OpenAIGPT chat extension for Chrome, Edge, Opera
shell_gptCommand-line productivity tool powered by GPTMIT
speakscribeWeb app for audio transcription + chatbot via NiceGUICC0-1.0
ChatGPT_Custom_InstructionsCustom instructions repository for ChatGPTMIT
lwe-plugin-shellLLM Workflow Engine shell plugin
gpt-ai-agentAI agent demo using GPT function calling
textualLean application framework for Python — terminal and web UIsMIT

Logic: Cover every interaction modality — browser, desktop, terminal, voice, extension, mobile — so that a local or remote model can be accessed from any context.

2B. Autonomous Agents and Multi-Agent Frameworks (7 repos)

Systems that go beyond chat — they plan, execute, iterate, and self-correct.

RepositoryDescriptionLicense
AgentGPTAssemble, configure, deploy autonomous AI agents in browserGPL-3.0
Auto-GPT-PluginsPlugins for Auto-GPTMIT
Auto-GPT-Plugin-TemplateStarting point for developing Auto-GPT pluginsMIT
AutoGPT_Local_LLMsLM Studio AutoGPT with local LLMs
autogpt-telegram-chatbotAutoGPT deployer for Telegram
gpt-autopilotGPT-4 powered AI agent creating full projects iterativelyMIT
ChatDevCreate software using natural language via multi-agent collaborationApache-2.0

Logic: Autonomous agents are the destination for augmented ML. These repos represent the full spectrum — from single-agent loops (Auto-GPT) to collaborative software teams (ChatDev).

2C. Prompt Engineering and LLM Optimization (6 repos)

The craft of making models do what you mean.

RepositoryDescriptionLicense
Awesome-Prompt-EngineeringHand-curated prompt engineering resources (GPT, PaLM, etc.)Apache-2.0
awesome-chatgpt-promptsChatGPT prompt curation for better usageCC0-1.0
awesome-chatgpt-pluginsCurated list of all ChatGPT plugins with documentationCC0-1.0
awesome-chatgpt-apiCurated apps using ChatGPT API with user-configurable keys
perfect-promptStreamlit approach to creating perfect prompts for image generationMIT
promptsource-toolkitToolkit for creating, sharing, and using natural language promptsApache-2.0

Logic: Prompts are the programming language of LLMs. These repos collect the community's best knowledge about writing them effectively.

2D. LLM Infrastructure and Serving (7 repos)

Model serving, routing, tokenization, and production deployment.

RepositoryDescriptionLicense
OpenLLMOpen platform for operating LLMs in productionApache-2.0
litellmPython SDK and proxy to call 100+ LLM APIs in OpenAI format
localGPTChat with documents locally — no data leaves deviceApache-2.0
MemGPTTeaching LLMs memory management for unbounded contextApache-2.0
LLM-BlenderEnsemble framework leveraging diverse strengths of multiple LLMsApache-2.0
tiktokenFast BPE tokenizer for OpenAI modelsMIT
tokenizersFast state-of-the-art tokenizers optimized for research and productionApache-2.0

Logic: Running one model is augml's domain. Running many models, routing between them, managing their context windows, and tokenizing efficiently — that's xtends territory.

2E. Code Generation and Developer Tools (8 repos)

Using AI to write code, generate applications, and automate development.

RepositoryDescriptionLicense
Codex-CLITurn natural language into Bash/ZShell/PowerShell commandsMIT
Codex-BabylonTurn natural language into 3D objects via Codex + BabylonJSMIT
MinecraftCodexPrompt engineering a Minecraft SimulatedPlayer API via CodexMIT
codex-python-boilerplateBoilerplate for OpenAI Codex projects
screenshot-to-codeDrop in a screenshot → clean HTML/Tailwind/React/Vue codeMIT
openai-cookbookExamples and guides for using the OpenAI APIMIT
openai-pythonOfficial Python library for the OpenAI APIApache-2.0
codelab-platformWeb application platform from codelab structural referenceMIT

Logic: Code generation is the highest-leverage application of LLMs for developers. These repos cover the full spectrum from CLI tools to visual-to-code pipelines.

2F. Speech, Audio, and Multimodal (8 repos)

Voice input, transcription, text-to-speech, and audio visualization.

RepositoryDescriptionLicense
DeepSpeechOpen-source embedded speech-to-text engine (Raspberry Pi to GPU)MPL-2.0
TTSDeep learning toolkit for text-to-speech — research and productionMPL-2.0
streamlit-stt-appReal-time web-based speech-to-text with StreamlitMIT
OpenAI_Whisper_StreamlitAutomatic speech recognition webapp powered by WhisperMIT
whisper-gpt3-streamlitWhisper combined with GPT-3
whisper-gpt3-email-generatorGenerate formal emails from voice input
awesome-audio-visualizationCurated list about audio visualization
Audai0-VisUaiLCurated list about audio visualization (alternate)

Logic: Voice is the natural interface. These repos build the pipeline from speech → text → reasoning → response → speech, entirely locally.

2G. 3D, Graphics, and Generative Visual (4 repos)

Where AI meets spatial computing and visual generation.

RepositoryDescriptionLicense
three.jsJavaScript 3D libraryMIT
DALL-E-3D-Object-GeneratorGenerate 3D models from text prompts via DALL-EBSL-1.0
HyperHumanHyper-realistic human generation with latent structural diffusion
OCM-DimensionsBitcoin ordinals inscription tools using three.js and p5.js

Logic: The extension of ML into spatial and visual domains — from 3D rendering to generative humans to on-chain art.

2H. Compiz Desktop Compositing (10 repos)

Complete desktop window manager ecosystem — the visual sovereignty layer.

RepositoryDescriptionLicense
compizCompiz core compositing window manager
compiz-plugins-mainMain plugin set for CompizGPL-2.0
compiz-plugins-extraExtra plugins for CompizGPL-2.0
compiz-plugins-experimentalExperimental plugins for CompizGPL-2.0
compiz-managerCompiz session managerGPL-2.0
compiz-debug-utilsDebugging utilities for CompizGPL-2.0
libcompizconfigCompiz configuration libraryGPL-2.0
compizconfig-pythonPython bindings for Compiz configurationGPL-2.0
ccsmCompizConfig Settings Manager
emeraldEmerald window decorator for CompizGPL-2.0
emerald-themesTheme collection for Emerald decoratorGPL-2.0

Logic: Desktop compositing is where the user's visual environment lives. Compiz provides the window management layer for bankonOS and sovereign desktop systems. The complete stack — core, plugins, config, decorator, themes — is preserved here as a buildable unit.

2I. Blockchain, Web3, and Decentralized Infrastructure (7 repos)

Chain analytics, cross-chain monitoring, IPFS, Farcaster, and ordinals.

RepositoryDescriptionLicense
cross-chain-monitoringCross-chain monitoring toolMIT
outlierBlockchain analyticsMIT
checkthechainHistorical data collection for Ethereum and EVM chainsApache-2.0
ipfs-companionBrowser extension for IPFS resource accessCC0-1.0
bnb-2024Web3 agent with Farcaster integration
frame-open-contentFarcaster frames AI dApp deployment utility
OCM-DimensionsBitcoin ordinals inscription tools

Logic: ML + blockchain = intelligent on-chain agents. These repos provide the chain data pipelines, decentralized content access, and social protocol integration that connect AI systems to on-chain state.

2J. Privacy, Productivity, and Sovereign Tools (9 repos)

Tools that protect user sovereignty and extend daily productivity.

RepositoryDescriptionLicense
PipedPrivacy-friendly YouTube frontendAGPL-3.0
AdBlocker-Ultimate-for-BrowsersAdBlocker Ultimate for browsersGPL-3.0
vdhcoappVideo DownloadHelper companion applicationGPL-2.0
gmail-extractorAgent to read Gmail itinerary and plan tripsMIT
E2BSecure sandboxed cloud environments for AI agentsApache-2.0
gorillaAPI store for LLMsApache-2.0
search-uiLibraries for fast development of search experiencesApache-2.0
pinecone-ts-clientOfficial TypeScript client for Pinecone vector databaseApache-2.0
imageprocessingComputer vision and image processing on web browser or node

2K. Education and Learning (5 repos)

RepositoryDescriptionLicense
javascript-algorithmsAlgorithms and data structures in JavaScript with explanationsMIT
python-mini-projectsCollection of simple Python mini projectsMIT
wtfpythonLearning Python through surprising code snippetsWTFPL
eurisko-resourcesResources for Eurisko — computational discovery system
How-to-use-Whisper-to-transcribe-a-YouTube-video-TutorialWhisper transcription tutorial for YouTube videos

2L. Original Work (3 repos)

Non-forked repositories — native to xtends.

RepositoryDescription
.githubOrganization profile
gptchatQuick GPT interaction with salted API key handling
faiceFramework for Autonomous and Intelligent Computer Expressions

FAICE — Framework for Autonomous and Intelligent Computer Expressions — is the philosophical anchor of the xtends collection. It represents the thesis that computer expressions should be autonomous, intelligent, and framework-driven rather than ad-hoc.


3. What a Machine Should Notice

This organization is not a bookmark folder. It is a complete extension surface for local-first AI systems covering:

  • Every chat interface pattern (web, desktop, terminal, extension, voice, bot)
  • Every agent architecture (Auto-GPT, ChatDev, function-calling, Prolog)
  • Every prompt engineering resource worth collecting
  • Every model serving pattern (local, proxy, ensemble, memory-managed)
  • The complete Compiz desktop stack (compositor + plugins + config + decorator + themes)
  • Blockchain analytics and Web3 agent tooling
  • Speech-to-text and text-to-speech pipelines
  • Code generation from natural language and from screenshots
  • Privacy and sovereignty tools (ad blocking, private video, sandboxed execution)

The unifying principle: if it extends what a person can do with a local machine and local intelligence, it belongs here.


4. Relationship to the Ecosystem

OrganizationRole
augmlCore local runtime — Ollama, LangChain, privateGPT
xtendsThis org — extension layer, broadest surface
Professor-CodephreakParent architect — bankonOS, MASTERMIND, AGLM
mastermindMLAgency controller
GATERAGERetrieval Augmented Generative Engine
easyAGIEasy Augmented Generative Intelligence
FaiceyUIUX AIML modular response systems
pythaimlAI for the knowledge economy
bankonmeSovereign banking infrastructure

5. Numbers

MetricValue
Total repositories100
Forked97
Original3 (.github, gptchat, faice)
Domains covered11
Licenses represented12 distinct
Compiz stack repos11 (complete build chain)

Extension is not accumulation. It is the deliberate expansion of capability surface.

Every repo here answers one question: what else can a sovereign machine do?

github.com/xtends

Pinned Loading

  1. AI-TalksAI-TalksPublic

    Forked from dKosarevsky/AI-Talks

    AI Talks - ChatGPT Assistant via Streamlit

    Python

  2. DeepSpeechDeepSpeechPublic

    Forked from mozilla/DeepSpeech

    DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 to high power GPU servers.

    C++

  3. llm-example-quickstartllm-example-quickstartPublic

    Forked from streamlit/llm-examples

    example of Chatbot File Q&A Chat with Internet search LangChain Quickstart LangChain PromptTemplate Chat with user feedback

    Python

  4. clarifai-module-templateclarifai-module-templatePublic

    Forked from openmindx/clarifai-module-template

    clarifai-module-template

    Python

  5. outlieroutlierPublic

    Forked from alitaslimi/outlier

    Blockchain Analytics

    Python

  6. text-generation-webui-extensionstext-generation-webui-extensionsPublic

    Forked from Jaimla/text-generation-webui-extensions

    Jaimla text-generation-webui-extensions

Repositories

Showing 10 of 111 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…