Skip to content

🧠 Local transformer REPL in pure C — no Python, no torch, no dependencies. Tokenizer, embedder, trainer, and memory recall loop. Scraping optional (lynx or curl supported).

License

Notifications You must be signed in to change notification settings

builtbywill-sp/coldmetal.c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔥 Coldmetal.c™ — Dependency-Free AI Memory Engine (C)

📌 This repo is read-only. Coldmetal is proprietary.
No license is granted. Forking is unauthorized. Cloning is not consent.
A fully offline, zero-dependency AI system inspired by llm.c — engineered for airgapped environments.
Built in pure C with no Python, no external libraries, and no cloud ties.

"Proof that intelligence doesn’t require a subscription."


✅ What's Inside

  • 🧠 tokenizer.c: Converts input to raw tokens
  • 🧩 embedder.c: Turns tokens into float vectors
  • 🎯 attention.c: Computes cosine similarity
  • 🧠 logic.c: Selects relevant memories for reply
  • 💾 memory.c: Persistent .mem file format
  • 🔁 trainer.c: Learns from any .txt file
  • 🤖 main.c: Terminal REPL interface
  • 💸 mint.c: $COLD economy for memory value

📚 Trained .mem Files (So Far)

  • tiny-poe.mem
  • dracula.mem
  • declaration.mem
  • flatland.mem
  • history-of-egypt.mem
  • gptchatjun-25.mem
  • morpheus.mem
  • And 30+ more…

🔧 Optional: Web Scraper

  • lynx-based, 1-dependency scraper
  • Dumps plaintext from any URL
  • Output goes to data/untrained/*.txt

🔒 License

Coldmetal.c™ is proprietary software.
It is not open-source. It is not a model. It is not a chatbot.
Use without permission is prohibited.
Contact: [email protected]


🛠️ Next Steps

  • Smarter token compression
  • Memory merge logic
  • Branching memory banks
  • Advanced vector search
  • Bootable OS integration

BuiltByWill™ // Silent Prototype Labs
Phase 4 complete. Echo machine online.

About

🧠 Local transformer REPL in pure C — no Python, no torch, no dependencies. Tokenizer, embedder, trainer, and memory recall loop. Scraping optional (lynx or curl supported).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published