Skip to content

Installation

Will Fuqua edited this page Jun 14, 2026 · 1 revision

Installation

C# REPL is a .NET 10 global tool that runs on Windows, macOS, and Linux.

Requirements

  • The .NET 10 SDK or runtime.

Install

dotnet tool install -g csharprepl

Run csharprepl to start a session.

Update

dotnet tool update -g csharprepl

Uninstall

dotnet tool uninstall -g csharprepl

PATH notes

  • Global tools install to ~/.dotnet/tools. If csharprepl is not found after installing, add that directory to your PATH.
  • On macOS Catalina (10.15) or later, follow any extra instructions printed during install. You may need to update PATH to use .NET global tools.

Clone this wiki locally