Absolutly fastest virtual bash engine for you AI have a new site
1–8 of 8 posts
Re: Absolutly fastest virtual bash engine for you AI have a new site
#2Re: Absolutly fastest virtual bash engine for you AI have a new site
#3Re: Absolutly fastest virtual bash engine for you AI have a new site
#4Interesting library. I think I could use for agents running in virtual volumes. I maintain an agentic runtime written on Go. What is the best way to incorporate bashkit.sh?
Regarding incorporating in Go, it is actually long due to make sure that bashkit have stable ABI, I think I need to look at it next week, that would allow having support for Go, C++ and Zig.
I however would rather recomend starting from https://github.com/ewhauser/gbash , this library is philosophically very similar, and it is native Go.
Re: Absolutly fastest virtual bash engine for you AI have a new site
#5Re: Absolutly fastest virtual bash engine for you AI have a new site
#6Interesting library. I think I could use for agents running in virtual volumes. I maintain an agentic runtime written on Go. What is the best way to incorporate bashkit.sh?
Yeh, bashkit was in general developed mostly for agentic runtimes. So it might be a good fit, especially if there is a need to run agent in some isolation. Regarding incorporating in Go, it is actually long due to make sure that bashkit have stable ABI, I think I need to look at it next week, that would allow having support for Go, C++ and Zig. I however would rather recomend starting from https://github.com/ewhauser…
Re: Absolutly fastest virtual bash engine for you AI have a new site
#7Interesting library. I think I could use for agents running in virtual volumes. I maintain an agentic runtime written on Go. What is the best way to incorporate bashkit.sh?
Yeh, bashkit was in general developed mostly for agentic runtimes. So it might be a good fit, especially if there is a need to run agent in some isolation. Regarding incorporating in Go, it is actually long due to make sure that bashkit have stable ABI, I think I need to look at it next week, that would allow having support for Go, C++ and Zig. I however would rather recomend starting from https://github.com/ewhauser…
Re: Absolutly fastest virtual bash engine for you AI have a new site
#8Is it same as running bash with wasm on a constrained folder on a home ? If not what is the difference?
Bashkit reimplements portion of POSIX and have own FS, so there is no need a dependency on any resources outside of process (except CPU and Mem) if you do not need them. You effectively can run tons of isolated instances in parallel.