About

The goal of the vibeOS project is to build a completely functional operating system and command line tool suite using vibe coding techniques.

Command line utilities

td>
Program Design doc Resulting code Status
command line shell psh.txt (1) psh.py vibecl / vibecl / vibeenhance
list files ls.txt (2) ls.py vibebuild / vibedebug
sedsed.txt (3) sed.py vibecl / vibedebug
  • (1) These design files were written by hand.
  • (2) These design files were auto created (slight manual edits) with vibedesign
  • (3) These design files were auto created from man pages using vibereverse