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.

Repository Description License
ollama Run Llama and other LLMs locally MIT
ollama-webui ChatGPT-style web UI for Ollama MIT
chat-with-gpt Open-source ChatGPT app with voice MIT
ChatGPTDesktop ChatGPT desktop application (Mac, Windows, Linux) AGPL-3.0
ChatGPT_desktop ChatGPT desktop application (alternate)
simpleaichat Python package for minimal-complexity chat app interfaces MIT
chatgpt-clone-nodejs-express-react ChatGPT clone with DALL-E using gpt-3.5-turbo Apache-2.0
chat-bot-next.js-tailwind-boilerplate Conversational bot boilerplate with internet access
GPT-Nextjs-Tailwind-starter Boilerplate starter for GPT + Next.js + Tailwind
gptchat Quick GPT chat interaction with salted API key
AI-Talks ChatGPT assistant via Streamlit MIT
PowerToys4OpenAI GPT chat extension for Chrome, Edge, Opera
shell_gpt Command-line productivity tool powered by GPT MIT
speakscribe Web app for audio transcription + chatbot via NiceGUI CC0-1.0
ChatGPT_Custom_Instructions Custom instructions repository for ChatGPT MIT
lwe-plugin-shell LLM Workflow Engine shell plugin
gpt-ai-agent AI agent demo using GPT function calling
textual Lean application framework for Python — terminal and web UIs MIT

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.

Repository Description License
AgentGPT Assemble, configure, deploy autonomous AI agents in browser GPL-3.0
Auto-GPT-Plugins Plugins for Auto-GPT MIT
Auto-GPT-Plugin-Template Starting point for developing Auto-GPT plugins MIT
AutoGPT_Local_LLMs LM Studio AutoGPT with local LLMs
autogpt-telegram-chatbot AutoGPT deployer for Telegram
gpt-autopilot GPT-4 powered AI agent creating full projects iteratively MIT
ChatDev Create software using natural language via multi-agent collaboration Apache-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.

Repository Description License
Awesome-Prompt-Engineering Hand-curated prompt engineering resources (GPT, PaLM, etc.) Apache-2.0
awesome-chatgpt-prompts ChatGPT prompt curation for better usage CC0-1.0
awesome-chatgpt-plugins Curated list of all ChatGPT plugins with documentation CC0-1.0
awesome-chatgpt-api Curated apps using ChatGPT API with user-configurable keys
perfect-prompt Streamlit approach to creating perfect prompts for image generation MIT
promptsource-toolkit Toolkit for creating, sharing, and using natural language prompts Apache-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.

Repository Description License
OpenLLM Open platform for operating LLMs in production Apache-2.0
litellm Python SDK and proxy to call 100+ LLM APIs in OpenAI format
localGPT Chat with documents locally — no data leaves device Apache-2.0
MemGPT Teaching LLMs memory management for unbounded context Apache-2.0
LLM-Blender Ensemble framework leveraging diverse strengths of multiple LLMs Apache-2.0
tiktoken Fast BPE tokenizer for OpenAI models MIT
tokenizers Fast state-of-the-art tokenizers optimized for research and production Apache-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.

Repository Description License
Codex-CLI Turn natural language into Bash/ZShell/PowerShell commands MIT
Codex-Babylon Turn natural language into 3D objects via Codex + BabylonJS MIT
MinecraftCodex Prompt engineering a Minecraft SimulatedPlayer API via Codex MIT
codex-python-boilerplate Boilerplate for OpenAI Codex projects
screenshot-to-code Drop in a screenshot → clean HTML/Tailwind/React/Vue code MIT
openai-cookbook Examples and guides for using the OpenAI API MIT
openai-python Official Python library for the OpenAI API Apache-2.0
codelab-platform Web application platform from codelab structural reference MIT

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.

Repository Description License
DeepSpeech Open-source embedded speech-to-text engine (Raspberry Pi to GPU) MPL-2.0
TTS Deep learning toolkit for text-to-speech — research and production MPL-2.0
streamlit-stt-app Real-time web-based speech-to-text with Streamlit MIT
OpenAI_Whisper_Streamlit Automatic speech recognition webapp powered by Whisper MIT
whisper-gpt3-streamlit Whisper combined with GPT-3
whisper-gpt3-email-generator Generate formal emails from voice input
awesome-audio-visualization Curated list about audio visualization
Audai0-VisUaiL Curated 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.

Repository Description License
three.js JavaScript 3D library MIT
DALL-E-3D-Object-Generator Generate 3D models from text prompts via DALL-E BSL-1.0
HyperHuman Hyper-realistic human generation with latent structural diffusion
OCM-Dimensions Bitcoin 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.

Repository Description License
compiz Compiz core compositing window manager
compiz-plugins-main Main plugin set for Compiz GPL-2.0
compiz-plugins-extra Extra plugins for Compiz GPL-2.0
compiz-plugins-experimental Experimental plugins for Compiz GPL-2.0
compiz-manager Compiz session manager GPL-2.0
compiz-debug-utils Debugging utilities for Compiz GPL-2.0
libcompizconfig Compiz configuration library GPL-2.0
compizconfig-python Python bindings for Compiz configuration GPL-2.0
ccsm CompizConfig Settings Manager
emerald Emerald window decorator for Compiz GPL-2.0
emerald-themes Theme collection for Emerald decorator GPL-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.

Repository Description License
cross-chain-monitoring Cross-chain monitoring tool MIT
outlier Blockchain analytics MIT
checkthechain Historical data collection for Ethereum and EVM chains Apache-2.0
ipfs-companion Browser extension for IPFS resource access CC0-1.0
bnb-2024 Web3 agent with Farcaster integration
frame-open-content Farcaster frames AI dApp deployment utility
OCM-Dimensions Bitcoin 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.

Repository Description License
Piped Privacy-friendly YouTube frontend AGPL-3.0
AdBlocker-Ultimate-for-Browsers AdBlocker Ultimate for browsers GPL-3.0
vdhcoapp Video DownloadHelper companion application GPL-2.0
gmail-extractor Agent to read Gmail itinerary and plan trips MIT
E2B Secure sandboxed cloud environments for AI agents Apache-2.0
gorilla API store for LLMs Apache-2.0
search-ui Libraries for fast development of search experiences Apache-2.0
pinecone-ts-client Official TypeScript client for Pinecone vector database Apache-2.0
imageprocessing Computer vision and image processing on web browser or node

2K. Education and Learning (5 repos)

Repository Description License
javascript-algorithms Algorithms and data structures in JavaScript with explanations MIT
python-mini-projects Collection of simple Python mini projects MIT
wtfpython Learning Python through surprising code snippets WTFPL
eurisko-resources Resources for Eurisko — computational discovery system
How-to-use-Whisper-to-transcribe-a-YouTube-video-Tutorial Whisper transcription tutorial for YouTube videos

2L. Original Work (3 repos)

Non-forked repositories — native to xtends.

Repository Description
.github Organization profile
gptchat Quick GPT interaction with salted API key handling
faice Framework 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

Organization Role
augml Core local runtime — Ollama, LangChain, privateGPT
xtends This org — extension layer, broadest surface
Professor-Codephreak Parent architect — bankonOS, MASTERMIND, AGLM
mastermindML Agency controller
GATERAGE Retrieval Augmented Generative Engine
easyAGI Easy Augmented Generative Intelligence
Faicey UIUX AIML modular response systems
pythaiml AI for the knowledge economy
bankonme Sovereign banking infrastructure

5. Numbers

Metric Value
Total repositories 100
Forked 97
Original 3 (.github, gptchat, faice)
Domains covered 11
Licenses represented 12 distinct
Compiz stack repos 11 (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-Talks AI-Talks Public

    Forked from dKosarevsky/AI-Talks

    AI Talks - ChatGPT Assistant via Streamlit

    Python

  2. DeepSpeech DeepSpeech Public

    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-quickstart llm-example-quickstart Public

    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-template clarifai-module-template Public

    Forked from openmindx/clarifai-module-template

    clarifai-module-template

    Python

  5. outlier outlier Public

    Forked from alitaslimi/outlier

    Blockchain Analytics

    Python

  6. text-generation-webui-extensions text-generation-webui-extensions Public

    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…