Clauder 1.1.2

dotnet tool install --global Clauder --version 1.1.2
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local Clauder --version 1.1.2
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Clauder&version=1.1.2
                    
nuke :add-package Clauder --version 1.1.2
                    

Clauder

Clauder is a .NET tool that allows you to browse and manage your Claude projects and sessions from your terminal.

Installation

nuget

You can install Clauder as a global .NET tool:

dotnet tool install --global Clauder

Usage

Once installed, you can run the tool using the following command:

clauder

This will launch an interactive terminal UI that will guide you through the following steps:

  1. Select a Project: The tool will display a paginated list of your Claude projects. You can navigate through the list and select the project you want to work with.
  2. Select a Session: After selecting a project, the tool will display a list of its sessions. You can then select a session to view.
  3. Launch Session: The selected session will be launched.

Prerequisites

Before running the tool, make sure that you have your Claude projects stored in the expected directory. The tool looks for a .claude directory in your user's home directory. For example, on Linux, this would be ~/.claude/.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
1.1.2 69 8/2/2025
1.1.0 84 8/1/2025
1.0.0 119 8/1/2025

A major internal UI rendering overhaul.