logOS — train your own AI models.
one script. any data. runs on a mac mini. share what you build. build on what others share.
what is soma?
soma is an AI that learns continuously from raw bytes — text, code, audio, sensor data. one python script, pytorch only. a mac mini is enough to train something useful. inference runs at constant overhead per byte — no context window, no bloat.
quick start
python soma.py train --input your_data.txt
python soma.py chat --resume your_model.pt
for robotics and edge AI
train on sensor streams, control logs, telemetry — any byte-level data. fixed memory, constant cost per byte, runs on-device. share your trained models and build on what others have trained.
pages
API