←back to thread

1479 points sandslash | 4 comments | | HN request time: 0.985s | source
1. matiasmolinas ◴[] No.44318516[source]
https://github.com/EvolvingAgentsLabs/llmunix

An experiment to explore Kaparthy ideas

replies(1): >>44318573 #
2. bawana ◴[] No.44318573[source]
how do i install this thing?
replies(1): >>44319056 #
3. maleldil ◴[] No.44319056[source]
As far as I understand, you don't. You open Claude Code inside the repo and prompt `boot llmunix` inside Claude Code. The CLAUDE.md file tells Claude how to respond to that.
replies(1): >>44319406 #
4. bawana ◴[] No.44319406{3}[source]
Thank you for the hint. I guess I need a claude API token. From the images it seems he is opening it from his default directory. I sees the 'base env' so it is unclear if any other packages were installed beyond the default linux. I see he simply typed 'boot llmunix' so he must have symlinked 'boot' to his PATH.