Dashik.Sdk 0.1.1

dotnet add package Dashik.Sdk --version 0.1.1
                    
NuGet\Install-Package Dashik.Sdk -Version 0.1.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Dashik.Sdk" Version="0.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Dashik.Sdk" Version="0.1.1" />
                    
Directory.Packages.props
<PackageReference Include="Dashik.Sdk" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Dashik.Sdk --version 0.1.1
                    
#r "nuget: Dashik.Sdk, 0.1.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Dashik.Sdk@0.1.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Dashik.Sdk&version=0.1.1
                    
Install as a Cake Addin
#tool nuget:?package=Dashik.Sdk&version=0.1.1
                    
Install as a Cake Tool

Dashik

Dashik is a small, local desktop widgets-based dashboard application.

Note: The project is under development.

Dashik - Main space

Features

  1. Runs locally on Windows, macOS and Linux.
  2. Groups widgets into different spaces (tabs), so you can organize dashboards by topic.
  3. Every widget can be configured individually, with settings stored locally.
  4. Widgets are installed on demand from a package feed, or built yourself with the Dashik SDK.
  5. Saves window position per display.
  6. Lives in the system tray.
  7. Can launch on system startup.

Widgets

Dashik ships with a widget picker where widgets are installed from a package feed. Widgets currently available:

Widget Description
GitHub Issues Shows a list of assigned issues and PRs from GitHub.
JIRA Shows issues from JIRA.
CPU Shows current CPU usage.
Memory Shows current memory usage.
Weather Shows current weather.
Yandex Traffic Shows Yandex traffic information.
Clock Shows current time.
Red Eye Reminds you to take a break for your eyes.
Notes Lets you jot down and keep quick notes.
Command Output Runs a shell command and displays its output.
MOTD Shows a message of the day.

New widgets can be added at any time - either from additional feeds or by writing your own with the Dashik SDK.

System widgets Misc widgets
System space Misc space

Adding a widget

Widgets are added from a searchable, categorized picker:

Add widget dialog

Extending Dashik

Widgets are self-contained Avalonia controls with metadata, optional settings, and lifecycle hooks. See the Dashik SDK documentation for how to build your own.

License

Dashik is licensed under the MIT License - see the LICENSE file for details.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.1 78 8/3/2026