Can I use the BURST COMPILER without UNITY?,Can I use Burst Compiler without Unity?

Hi,
Just a question from someone who doesn’t work with UNITY. Can I use burst compiler without installing unity (e.g. like roslyn with cli dotnet publish or GNU compiler like gcc main.c). Is there a way of doing this or I have to use UNITY in order to create let’s say a simple console application with BURST COMPILER.

I don’t think so I’m pretty sure it was developed solely for unity. But someone could make one that works for other C# projects.