Roslyn is the new open source .NET compiler platform from Microsoft that provides APIs to build code analysis tools. It treats the compiler as a service by exposing the compile pipeline. Developers can get started with Roslyn by downloading the SDK, installing Visual Studio extensions, and using project templates to build console apps, diagnostics, or code fixes that interface with the compiler at different stages. Existing projects like ScriptCS demonstrate early uses of Roslyn.