Aiursoft.Kahla.SDK
10.0.14
See the version list below for details.
dotnet add package Aiursoft.Kahla.SDK --version 10.0.14
NuGet\Install-Package Aiursoft.Kahla.SDK -Version 10.0.14
<PackageReference Include="Aiursoft.Kahla.SDK" Version="10.0.14" />
<PackageVersion Include="Aiursoft.Kahla.SDK" Version="10.0.14" />
<PackageReference Include="Aiursoft.Kahla.SDK" />
paket add Aiursoft.Kahla.SDK --version 10.0.14
#r "nuget: Aiursoft.Kahla.SDK, 10.0.14"
#:package Aiursoft.Kahla.SDK@10.0.14
#addin nuget:?package=Aiursoft.Kahla.SDK&version=10.0.14
#tool nuget:?package=Aiursoft.Kahla.SDK&version=10.0.14
Kahla
Kahla is a cross-platform business chat application. It is written in C# and TypeScript. It uses ASP.NET Core and Angular. It is a part of the Aiursoft project.
Try
Try a running Kahla here.
Run manually
Requirements about how to run
- Install .NET 10 SDK and Node.js.
- Execute
yarn install && yarn run buildat./src/Aiursoft.Kahla.Frontend/folder to install the dependencies. - Copy the
distcontent to./src/Aiursoft.Kahla.Server/wwwroot/. - Execute
dotnet runto run the app. - Use your browser to view http://localhost:5000.
Run in Microsoft Visual Studio
- Open the
.slnfile in the project path. - Press
F5to run the app.
Run in Docker
First, install Docker here.
Then run the following commands in a Linux shell:
image=aiursoft/kahla
appName=kahla
docker pull $image
docker run -d --name $appName --restart unless-stopped -p 5000:5000 -v /var/www/$appName:/data $image
That will start a web server at http://localhost:5000 and you can test the app.
The docker image has the following context:
| Properties | Value |
|---|---|
| Image | aiursoft/kahla |
| Ports | 5000 |
| Binary path | /app |
| Data path | /data |
| Config path | /data/appsettings.json |
How to contribute
There are many ways to contribute to the project: logging bugs, submitting pull requests, reporting issues, and creating suggestions.
Even if you with push rights on the repository, you should create a personal fork and create feature branches there when you need them. This keeps the main repository clean and your workflow cruft out of sight.
We're also interested in your feedback on the future of this project. You can submit a suggestion or feature request through the issue tracker. To make this process more effective, we're asking that these include more information to help define them more clearly.
| 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
- Aiursoft.AiurObserver.WebSocket (>= 10.0.2)
- Aiursoft.AiurProtocol (>= 10.0.6)
- Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 10.0.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Aiursoft.Kahla.SDK:
| Package | Downloads |
|---|---|
|
Aiursoft.Kahla.Entities
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.18 | 67 | 2/11/2026 |
| 10.0.17 | 90 | 2/11/2026 |
| 10.0.16 | 74 | 2/11/2026 |
| 10.0.15 | 89 | 1/28/2026 |
| 10.0.14 | 91 | 1/18/2026 |
| 10.0.13 | 90 | 1/14/2026 |
| 10.0.12 | 88 | 1/14/2026 |
| 10.0.11 | 92 | 1/14/2026 |
| 10.0.10 | 87 | 1/11/2026 |
| 10.0.9 | 91 | 1/11/2026 |
| 10.0.6 | 93 | 1/10/2026 |
| 10.0.5 | 98 | 12/27/2025 |
| 10.0.4 | 127 | 12/12/2025 |
| 10.0.3 | 431 | 12/11/2025 |
| 10.0.2 | 441 | 12/10/2025 |
| 10.0.1 | 270 | 11/30/2025 |
| 10.0.0 | 322 | 11/17/2025 |
| 9.0.31 | 320 | 11/17/2025 |
| 9.0.30 | 187 | 10/24/2025 |
| 9.0.29 | 133 | 10/19/2025 |