commander-framework / commander

(Alpha) API microservice that is the backbone of the Commander endpoint agent framework
GNU Affero General Public License v3.0
2 stars 1 forks source link

Add agent builder microservice #4

Open lawndoc opened 2 years ago

lawndoc commented 2 years ago

We're going to need a microservice to build agents so they can get the CA certificates embedded in the executable as datafiles. I am thinking of making a simple REST API on top of webcomics/pywine that can compile Python code into Linux or Windows executables.

I think it'll be a separate repo since it could be useful independent of this project. I'll leave this issue in this repo until the MVP for that microservice is finished.

I could also add darling to the service to produce MacOS builds. That might fall out of scope for an MVP though.