Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 322 Bytes

File metadata and controls

12 lines (10 loc) · 322 Bytes

Develop / run from source

Requires Bun (curl -fsSL https://bun.sh/install | bash).

git clone https://github.com/mem0ai/openmemory
cd openmemory/cli
bun install
bun run cli tui        # run the porter from source
bun test               # full suite
bun run typecheck      # tsc --noEmit