Back to Blog

Why We Chose MIT License for Our AI Agent - And How to Contribute

Fazm Team··2 min read
mit-licenseopen-sourcecontributionscommunityai-agent

Why We Chose MIT License for Our AI Agent - And How to Contribute

When we decided to open source Fazm, the license question came up immediately. We went with MIT because it gives developers the most freedom possible. Fork it, modify it, ship it in your commercial product - no strings attached.

Some AI projects choose restrictive licenses to maintain control. We think that approach misses the point. A desktop agent that controls your computer needs to earn trust, and trust starts with full transparency into the code that has access to your files, apps, and data.

Why Open Source Desktop Agents Need Community

Desktop environments are messy. Every user has different apps, different workflows, different configurations. No small team can anticipate every edge case. When someone discovers that a specific version of Excel handles accessibility labels differently, they can submit a fix that benefits everyone.

Community contributions also keep the project honest. If we ever shipped something that phoned home or collected data unnecessarily, anyone could see it in the source and call it out.

How to Contribute

Getting started is straightforward:

  • Fork the repo and clone it locally
  • Check the open issues for anything tagged "good first issue"
  • Submit a pull request with a clear description of what you changed and why
  • For larger features, open an issue first so we can discuss the approach

We review PRs within a few days. The bar is not perfection - it is improvement. If your change makes Fazm better for users, we want to merge it.

The MIT license means your contributions stay open and free forever. No contributor license agreements, no corporate gatekeeping. Just developers building tools for developers.

Fazm is an open source macOS AI agent. Open source on GitHub.

Related Posts