Skip to content

Make remote development work with your local tools

License

Notifications You must be signed in to change notification settings

jianlingzhong/mutagen

 
 

Repository files navigation

Mutagen

Mutagen is a new kind of remote development tool that enables your existing local tools to work with code in remote environments like cloud servers and containers. It does this by providing high-performance real-time file synchronization and flexible network forwarding. Support is currently implemented for synchronization and forwarding between local systems, SSH-accessible locations, and Docker containers, with more on the way!

Getting started

The best way to understand Mutagen and its features is to read the Overview and Getting started guides. You can find information about all of Mutagen's features in the documentation.

Installation

You can find installation instructions in the Mutagen documentation.

Community

Mutagen's community chat is the place to go for discussion, questions, and ideas:

Join the community on Spectrum

For updates about the project and its releases, you can:

Status

Mutagen is built and tested on Windows, macOS, and Linux, and it's available for many more platforms.

Windows macOS/Linux Code coverage Report card License
Windows macOS/Linux Code coverage Report card License

Contributing

If you'd like to contribute to Mutagen, please see the contribution documentation.

External projects

Users have built a number of cool projects to extend and integrate Mutagen into their workflows:

  • Mutagen Helper is a tool that makes the orchestration of synchronization sessions even easier by letting you define sessions with configuration files that live inside your codebase. Thanks to @Toilal!
  • docker-magento-mutagen (from Mage2click) is a Docker-based development environment for Magento that uses Mutagen for file synchronization. Thanks to @u-maxx and @shkoliar.

Security

Mutagen takes security very seriously. If you believe you have found a security issue with Mutagen, please practice responsible disclosure practices and send an email directly to [email protected] instead of opening a GitHub issue. For more information, please see the security documentation.

Versioning and support

Mutagen uses semantic versioning for tracking releases. Each minor release series is supported for the release cycle of the next minor release series or for 3 months, whichever is longer.

The builds for each minor release series are pinned to the same Go minor release and dependency versions used for developing that series (though patch releases will be incorporated if they contain security fixes).

We reserve the right to break or bend these rules if necessary for the sake of security, e.g. discontinuing support for a minor release to which a security fix cannot be backported or upgrading Go minor versions for a release series to incorporate important security fixes.

Building

Please see the build instructions.

About

Make remote development work with your local tools

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.3%
  • Other 0.7%