Skip to content

Instantly share code, notes, and snippets.

@gistlyn
Last active June 28, 2017 08:30
Show Gist options
  • Save gistlyn/74d7b0467a197f678bb4220b2c301ac3 to your computer and use it in GitHub Desktop.
Save gistlyn/74d7b0467a197f678bb4220b2c301ac3 to your computer and use it in GitHub Desktop.
Gistlyn Downloads

Gistlyn on your Desktop

In addition to a running as an ASP.NET Web App, Gistlyn is also available as a self-hosting Winforms Desktop or cross-platform OSX/Linux/Windows Console App - packaged using the tooling in ServiceStack's React Desktop Apps VS.NET Template.

Running Gistlyn on your Desktop utilizes the full resources of your CPU for faster build and run times and as C# Gists are run locally they'll also be able to access your RDBMS and other Networked Servers and Services available from your local Intranet.

Downloads

Windows

To run on Windows, download the Winforms App:

.NET 4.6 Framework required

OSX, Linux or Windows

Download the .NET Console App:

Gistlyn-console.zip is a headless Console Application that can run on Windows, OSX and Linux platforms with .NET or Mono installed. Instead of being embedded inside a Native UI Desktop App, the Console Application starts a self-hosting HTTP server which it opens using your Operating System's default browser.

Running on Gistlyn on OSX

After unzipping Gistlyn-console.zip right-click on Gistlyn-osx.command and Open With Terminal.app in the context menu:

Then click Open in the OSX Warning dialog which will run Gistlyn's web server in a Console App and open it in your default browser. After Gistlyn has run once, you can double-click Gistlyn-osx.command to run it again in future.

Installing Mono on Linux

See the instructions for Installing Mono on Linux. If installing via apt-get, it needs the mono-complete package to run.


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment