-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MAC support #29
Comments
Will try to get binaries out tomorrow (intel and silicone) and I'll add build instructions for Mac |
Thanks a lot |
Open interpreter had some issues with the new version, I've fixed those and it's now ready to build into executables but I gotta get some sleep, hopefully get them out in the morning |
Hey, no worries. Take some rest :). Thanks again |
I've managed to get it built but only on Intel, my plan for silicone was to use a cloud mac (macincloud) but apparently they don't give you sudo access. Let us know if you have any issues |
Hey, there is a way but its not optimized and very slow. If you can let me know the steps I can try to build on my mac and share?? Another way is build universal binaries which works on both intel and silicon. I am not sure how to do that but definitely ready to help in any ways I can. |
Ah ok, I'll need to look into that, the app itself it pretty lightweight, when I see to the start times it might be bearable. I still need to update the build.py file for mac, but the instructions here https://github.com/jbexta/AgentPilot/blob/master/docs%2Fguides%2Fhow_to_build.md are almost the same (Linux without build.py) Will update build script and better instructions when I get chance |
Oh wait I think the packages were different too, I'm just updating it now |
let me know once updated because I have already setup the project but build.py is failing at the moment. |
@bhupesh-sf The build.py script is working now on my machine and I've removed some unnecessary dependencies. |
It worked, but how do I share it now as GH is not allowing because of its size? Also I believe more documentation and maybe some videos are required to teach how to effectively use it along with possible use cases |
Nice! It's up to you if you'd like to share it here or in another repo, but for security reasons I can't host binaries built by others on the repo, hope you understand. I could add a link for it as an unofficial build. |
Thats alright, I understand your concern regarding security. I can keep it to myself for now. No worries. One quick question what I need to do to update it, doing the same process again?? |
Yea, major updates aren't too often though, on average every 3 months or something. I'll probably do some minor updates over the next few weeks.. I think the more interesting updates from now on will be extension bundles for the app (custom Modules/Pages/Blocks/Tools/Agents etc) |
I need to implement automatic updates / auto-build at some point |
Hey, I am on apple mac m2 series. I see install instructions only for Linux and Windows. How can I use it on mac?
The text was updated successfully, but these errors were encountered: