FAQ

How do you manage to be faster and cheaper than GitHub?

  • We offer M2 runners which are not available in GitHub. During our testing 🔗, we found that M2 is approximately 20% faster per-core than M1.
  • We offer our faster runners at a lower price than GitHub's M1s.
  • We rely on good partnership with our hardware vendors, which have 10+ years of engineering excellence in hosting Macs.

How are my runs secure?

We run your builds in a fully isolated environment which is destroyed once your build completes.

Read more about the security measures we take.

Is FlyCI SOC2 compliant?

FlyCI is not yet SOC2 compliant, but we plan to start working on it. Please, email us at contact@flyci.net in case of interest.

Can I switch between Starter and Professional anytime?

Yes, you can switch anytime.

When switching from Starter to Professional, you'll be charged for the usage in your Starter plan plus the amount for the Professional subscription.

When switching from Professional to Starter, you continue using Professional till the end of your Professional subscription period. After that you are charged according to the Starter plan which is based on usage.

When do I pay for Professional subscription?

Since the Professional subscription plan is flat rate, you get an invoice the moment you start the subscription.

When do I pay for Starter plan?

Since the Starter plan is on pay-as-you-go basis, you get an invoice at the end of every month where the bill is calculated based on your usage.

When should I choose Starter plan?

You can choose Starter plan if you have a small team (up to 5 developers) or just want to try the service for several months. In all other cases, we suggest using Professional subscription.

Why should I choose Professional subscription?

There are many benefits of choosing the Professional subscription:

  • You pay flat rate and use unlimited time for builds during your subscription period.
  • You get FlyCI Professional Customer Support for GitHub Actions
  • You always have a runner at hand
  • No surprises in the bill ;)

What do I get with FlyCI Professional Customer Support for GitHub Actions?

Is my code and data secure when using FlyCI Wingman?

Absolutely. We utilize ephemeral runners to run your build, which is destroyed once the workflow completes. Moreover, interactions between FlyCI Wingman and the LLM occur within our private cloud, ensuring that your data and code remain confidential and are not exposed to publicly hosted AI services.

Can I use a different LLM with FlyCI Wingman?

At present, we only support the FlyCI Optimized LLM. However, we are working on providing options that will allow you to use the LLM of your choice, whether it's a hosted solution (such as those from OpenAI or Claude) or your own custom LLM.

How can I resolve build issues using FlyCI Wingman?

Resolving build issues with FlyCI Wingman is straightforward:

  1. Log in to the FlyCI Dashboard.
  2. Locate your failing build.
  3. Right-click on the build and select "Re-run with AI."

FlyCI Wingman takes over, retrieving error logs from the failed workflow and analyzing them with our optimized LLM to identify a potential fix. Once ready, the fix is proposed as a code suggestion in your pull request.

Are the fixes proposed by FlyCI Wingman automatically merged into my code?

No, they are not automatically merged. Fixes are provided as code suggestions in your pull request, giving you full control to review and merge them whenever you want.