←back to thread

1479 points sandslash | 3 comments | | HN request time: 0.001s | source
Show context
matiasmolinas ◴[] No.44318516[source]
https://github.com/EvolvingAgentsLabs/llmunix

An experiment to explore Kaparthy ideas

replies(1): >>44318573 #
1. bawana ◴[] No.44318573[source]
how do i install this thing?
replies(1): >>44319056 #
2. 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 #
3. bawana ◴[] No.44319406[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.