Remix.run Logo
rusch 38 minutes ago

The login is annoying but, lacking an open source alternative, this has been my daily driver for a while now because it works great out of the box with two key features: outbound firewall and secret injection with placeholders.

I run it with superset and then each git worktree is mounted in a sandbox that is configured for each repo i work in.

Closest open source I have seen is https://earendil-works.github.io/gondolin but the DX is not as polished. https://exe.dev/ would be perfect but it does not come with outbound firewall.

Does anyone have a better alternative?

throwaw12 7 minutes ago | parent | next [-]

I havent used nor gondolin neither docker's solution, but curious to know what gondolin is missing (evaluating both for my personal use)? is it only the DX or something else, if DX, can you what exactly is missing?

thanks

_ink_ 7 minutes ago | parent | prev | next [-]

Does secret injection really prevent that the agent send my GitHub key somewhere? If it has access to it via env var, can it not just paste it somewhere?

SegmentTree 17 minutes ago | parent | prev | next [-]

Eclipse Enclave does exactly that: There is an outbound firewall and secret injections, so that the agent never sees a real key. And it's fully open source: https://github.com/eclipse-enclave/enclave

dvtkrlbs 9 minutes ago | parent [-]

Looking at the Readme it seems like it only supports docker. Which is a dealbreaker for some

ashishb 15 minutes ago | parent | prev [-]

I wrote this for myself and have been using it regularly.

It is FOSS

https://github.com/ashishb/amazing-sandbox