Dashik.Sdk
0.1.1
dotnet add package Dashik.Sdk --version 0.1.1
NuGet\Install-Package Dashik.Sdk -Version 0.1.1
<PackageReference Include="Dashik.Sdk" Version="0.1.1" />
<PackageVersion Include="Dashik.Sdk" Version="0.1.1" />
<PackageReference Include="Dashik.Sdk" />
paket add Dashik.Sdk --version 0.1.1
#r "nuget: Dashik.Sdk, 0.1.1"
#:package Dashik.Sdk@0.1.1
#addin nuget:?package=Dashik.Sdk&version=0.1.1
#tool nuget:?package=Dashik.Sdk&version=0.1.1
Dashik
Dashik is a small, local desktop widgets-based dashboard application.
Note: The project is under development.
Features
- Runs locally on Windows, macOS and Linux.
- Groups widgets into different spaces (tabs), so you can organize dashboards by topic.
- Every widget can be configured individually, with settings stored locally.
- Widgets are installed on demand from a package feed, or built yourself with the Dashik SDK.
- Saves window position per display.
- Lives in the system tray.
- 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 |
|---|---|
Adding a widget
Widgets are added from a searchable, categorized picker:
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 | Versions 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. |
-
net10.0
- Avalonia (>= 12.1.1)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.0)
- QueryCat (>= 0.17.5)
- ReactiveUI.Avalonia (>= 12.1.0)
- Xaml.Behaviors.Interactions (>= 12.0.0)
- Xaml.Behaviors.Interactivity (>= 12.0.0)
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 |
You can find changelog at https://github.com/krasninja/dashik/blob/develop/CHANGELOG.md