Skip to content

Commit 12e203e

Browse files
committed
chore(registry): publish marketplace registry for marketplace-v0.2.0
1 parent 9548c98 commit 12e203e

File tree

35 files changed

+974
-0
lines changed

35 files changed

+974
-0
lines changed

dist/registry/index.json

Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
{
2+
"schema_version": 1,
3+
"plugins": [
4+
{
5+
"id": "helsinki",
6+
"name": "Helsinki",
7+
"description": "Neural machine translation using OPUS-MT",
8+
"latest": "0.1.0",
9+
"versions": [
10+
{
11+
"version": "0.1.0",
12+
"manifest_url": "https://streamkit.dev/registry/plugins/helsinki/0.1.0/manifest.json",
13+
"signature_url": "https://streamkit.dev/registry/plugins/helsinki/0.1.0/manifest.minisig",
14+
"published_at": "2026-01-27"
15+
}
16+
]
17+
},
18+
{
19+
"id": "kokoro",
20+
"name": "Kokoro",
21+
"description": "Text-to-speech using Sherpa-ONNX Kokoro models",
22+
"latest": "0.1.0",
23+
"versions": [
24+
{
25+
"version": "0.1.0",
26+
"manifest_url": "https://streamkit.dev/registry/plugins/kokoro/0.1.0/manifest.json",
27+
"signature_url": "https://streamkit.dev/registry/plugins/kokoro/0.1.0/manifest.minisig",
28+
"published_at": "2026-01-27"
29+
}
30+
]
31+
},
32+
{
33+
"id": "matcha",
34+
"name": "Matcha",
35+
"description": "Text-to-speech using Matcha models",
36+
"latest": "0.1.0",
37+
"versions": [
38+
{
39+
"version": "0.1.0",
40+
"manifest_url": "https://streamkit.dev/registry/plugins/matcha/0.1.0/manifest.json",
41+
"signature_url": "https://streamkit.dev/registry/plugins/matcha/0.1.0/manifest.minisig",
42+
"published_at": "2026-01-27"
43+
}
44+
]
45+
},
46+
{
47+
"id": "nllb",
48+
"name": "NLLB",
49+
"description": "Neural machine translation using NLLB",
50+
"latest": "0.1.0",
51+
"versions": [
52+
{
53+
"version": "0.1.0",
54+
"manifest_url": "https://streamkit.dev/registry/plugins/nllb/0.1.0/manifest.json",
55+
"signature_url": "https://streamkit.dev/registry/plugins/nllb/0.1.0/manifest.minisig",
56+
"published_at": "2026-01-27"
57+
}
58+
]
59+
},
60+
{
61+
"id": "piper",
62+
"name": "Piper",
63+
"description": "Text-to-speech using Piper VITS models",
64+
"latest": "0.1.0",
65+
"versions": [
66+
{
67+
"version": "0.1.0",
68+
"manifest_url": "https://streamkit.dev/registry/plugins/piper/0.1.0/manifest.json",
69+
"signature_url": "https://streamkit.dev/registry/plugins/piper/0.1.0/manifest.minisig",
70+
"published_at": "2026-01-27"
71+
}
72+
]
73+
},
74+
{
75+
"id": "sensevoice",
76+
"name": "SenseVoice",
77+
"description": "Streaming speech-to-text using SenseVoice",
78+
"latest": "0.1.0",
79+
"versions": [
80+
{
81+
"version": "0.1.0",
82+
"manifest_url": "https://streamkit.dev/registry/plugins/sensevoice/0.1.0/manifest.json",
83+
"signature_url": "https://streamkit.dev/registry/plugins/sensevoice/0.1.0/manifest.minisig",
84+
"published_at": "2026-01-27"
85+
}
86+
]
87+
},
88+
{
89+
"id": "vad",
90+
"name": "VAD",
91+
"description": "Voice activity detection",
92+
"latest": "0.1.0",
93+
"versions": [
94+
{
95+
"version": "0.1.0",
96+
"manifest_url": "https://streamkit.dev/registry/plugins/vad/0.1.0/manifest.json",
97+
"signature_url": "https://streamkit.dev/registry/plugins/vad/0.1.0/manifest.minisig",
98+
"published_at": "2026-01-27"
99+
}
100+
]
101+
},
102+
{
103+
"id": "whisper",
104+
"name": "Whisper",
105+
"description": "Streaming speech-to-text using whisper.cpp",
106+
"latest": "0.1.1",
107+
"versions": [
108+
{
109+
"version": "0.1.1",
110+
"manifest_url": "https://streamkit.dev/registry/plugins/whisper/0.1.1/manifest.json",
111+
"signature_url": "https://streamkit.dev/registry/plugins/whisper/0.1.1/manifest.minisig",
112+
"published_at": "2026-01-27"
113+
}
114+
]
115+
}
116+
]
117+
}
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"schema_version": 1,
3+
"id": "helsinki",
4+
"name": "Helsinki",
5+
"version": "0.1.0",
6+
"node_kind": "helsinki",
7+
"kind": "native",
8+
"description": "Neural machine translation using OPUS-MT",
9+
"license": "MPL-2.0",
10+
"entrypoint": "libhelsinki.so",
11+
"bundle": {
12+
"url": "https://github.com/streamer45/streamkit/releases/download/marketplace-v0.2.0/helsinki-0.1.0-bundle.tar.zst",
13+
"sha256": "2b7a3392ffb18aee3bb9aefa3c8272541127ddf0c6965a996463e28197681cc0",
14+
"size_bytes": 2788752
15+
},
16+
"models": [
17+
{
18+
"id": "opus-mt-en-es",
19+
"name": "OPUS-MT en-es",
20+
"default": true,
21+
"source": "huggingface",
22+
"repo_id": "streamkit/helsinki-models",
23+
"revision": "main",
24+
"files": [
25+
"opus-mt-en-es.tar.bz2"
26+
],
27+
"license": "Apache-2.0",
28+
"license_url": "https://huggingface.co/Helsinki-NLP/opus-mt-en-es"
29+
},
30+
{
31+
"id": "opus-mt-es-en",
32+
"name": "OPUS-MT es-en",
33+
"default": false,
34+
"source": "huggingface",
35+
"repo_id": "streamkit/helsinki-models",
36+
"revision": "main",
37+
"files": [
38+
"opus-mt-es-en.tar.bz2"
39+
],
40+
"license": "Apache-2.0",
41+
"license_url": "https://huggingface.co/Helsinki-NLP/opus-mt-es-en"
42+
}
43+
]
44+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
untrusted comment: signature from minisign secret key
2+
RUQ/85JEqYXEgab7SDTMg6s964oloKkV32CMzuGtSw9Qb4ZMFBl75aflsrwoIRaWNjQPPzn81c0ceguxyPhf46TGsSZ9MMnDpQQ=
3+
trusted comment: timestamp:1769542267 file:manifest.json hashed
4+
LUOJjKhxERv6DwPouY5WT7SKVmyePf3agpT5b+Pkbfo1cRZ+7unu949AFfXlb0a7TIX4OpU1y2CvH/JwkwExDA==
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"schema_version": 1,
3+
"id": "kokoro",
4+
"name": "Kokoro",
5+
"version": "0.1.0",
6+
"node_kind": "kokoro",
7+
"kind": "native",
8+
"description": "Text-to-speech using Sherpa-ONNX Kokoro models",
9+
"license": "MPL-2.0",
10+
"entrypoint": "libkokoro.so",
11+
"bundle": {
12+
"url": "https://github.com/streamer45/streamkit/releases/download/marketplace-v0.2.0/kokoro-0.1.0-bundle.tar.zst",
13+
"sha256": "48d37fece6f498eb623aa2190277f499403da47afd25dc88b44ee60b9bd9d622",
14+
"size_bytes": 7643901
15+
},
16+
"models": [
17+
{
18+
"id": "kokoro-multi-lang-v1_1",
19+
"name": "Kokoro multi-lang v1.1",
20+
"default": true,
21+
"source": "huggingface",
22+
"repo_id": "streamkit/kokoro-models",
23+
"revision": "main",
24+
"files": [
25+
"kokoro-multi-lang-v1_1.tar.bz2"
26+
],
27+
"license": "Apache-2.0",
28+
"license_url": "https://github.com/k2-fsa/sherpa-onnx/blob/master/LICENSE",
29+
"sha256": "a3f4c73d043860e3fd2e5b06f36795eb81de0fc8e8de6df703245edddd87dbad"
30+
}
31+
]
32+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
untrusted comment: signature from minisign secret key
2+
RUQ/85JEqYXEgbPanQyEYuYlLkWGQJPkChs7f95XcO/E46OS8qCtRNJRYNY5PBYMQ9CZxwn8MUzRQFU5/EQ+eq1crnk6PD02sQM=
3+
trusted comment: timestamp:1769542267 file:manifest.json hashed
4+
yEkgcCGiVIOlpp5IZizpBHh6NSHl07esTYVVZQI+VN0ufmzCnEY8DpIDp6cqHOvSHhEooaaQ8zFApLinSpePDQ==
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"schema_version": 1,
3+
"id": "matcha",
4+
"name": "Matcha",
5+
"version": "0.1.0",
6+
"node_kind": "matcha",
7+
"kind": "native",
8+
"description": "Text-to-speech using Matcha models",
9+
"license": "MPL-2.0",
10+
"entrypoint": "libmatcha.so",
11+
"bundle": {
12+
"url": "https://github.com/streamer45/streamkit/releases/download/marketplace-v0.2.0/matcha-0.1.0-bundle.tar.zst",
13+
"sha256": "62f4ebcac98507866de445c8f3607a7061c10f83cfbc3fa5fe0441b36fb964ae",
14+
"size_bytes": 7636311
15+
},
16+
"models": [
17+
{
18+
"id": "matcha-icefall-en_US-ljspeech",
19+
"name": "Matcha LJSpeech",
20+
"default": true,
21+
"source": "huggingface",
22+
"repo_id": "streamkit/matcha-models",
23+
"revision": "main",
24+
"files": [
25+
"matcha-icefall-en_US-ljspeech.tar.bz2",
26+
"matcha-icefall-en_US-ljspeech/vocos-22khz-univ.onnx"
27+
],
28+
"license": "CC-BY-4.0",
29+
"license_url": "https://keithito.com/LJ-Speech-Dataset/"
30+
}
31+
]
32+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
untrusted comment: signature from minisign secret key
2+
RUQ/85JEqYXEgRGI1Aq7mh8LuJ09fF+weIp7WClkxLDOSdtMlTyXYFq68cV+pEJ4if29LnqAKbzUKw/YUR/+3Vz/04t0OHvGcQY=
3+
trusted comment: timestamp:1769542268 file:manifest.json hashed
4+
g8CvsHk75DakkjqYo7pC2evP3VVfb3RlIloZJiwTU3jmur69yUqUNsC+nOMXjLLcazf6YYpBAfD21uv1tnEYBg==
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"schema_version": 1,
3+
"id": "nllb",
4+
"name": "NLLB",
5+
"version": "0.1.0",
6+
"node_kind": "nllb",
7+
"kind": "native",
8+
"description": "Neural machine translation using NLLB",
9+
"license": "MPL-2.0",
10+
"entrypoint": "libnllb.so",
11+
"bundle": {
12+
"url": "https://github.com/streamer45/streamkit/releases/download/marketplace-v0.2.0/nllb-0.1.0-bundle.tar.zst",
13+
"sha256": "0e34c8e053be81fb71766d551e56fb3eaec449bd3277ac62f004b3196db5834f",
14+
"size_bytes": 2990576
15+
},
16+
"models": [
17+
{
18+
"id": "nllb-200-distilled-600M-ct2-int8",
19+
"name": "NLLB-200 distilled 600M (CTranslate2 int8)",
20+
"default": false,
21+
"source": "huggingface",
22+
"repo_id": "streamkit/nllb-models",
23+
"revision": "main",
24+
"files": [
25+
"nllb-200-distilled-600M-ct2-int8.tar.bz2"
26+
],
27+
"license": "CC-BY-NC-4.0",
28+
"license_url": "https://huggingface.co/facebook/nllb-200-distilled-600M"
29+
}
30+
]
31+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
untrusted comment: signature from minisign secret key
2+
RUQ/85JEqYXEgYgchsN8rmf2IWKoCLULPtCo2jCn5LsjUhvPPfoUl3C93zvihpcnMcOsmX4ml9qgzAekPdCqgCCKJBni+EvJNA4=
3+
trusted comment: timestamp:1769542268 file:manifest.json hashed
4+
lXGJMhe8H2NBd+3gzGhRjsRvHbVO8jkdByrkx+LQFXFB2XE1WOKq6BF+US70Y88kwkvgnoLKDFdiu3LOA8wVAw==
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"schema_version": 1,
3+
"id": "piper",
4+
"name": "Piper",
5+
"version": "0.1.0",
6+
"node_kind": "piper",
7+
"kind": "native",
8+
"description": "Text-to-speech using Piper VITS models",
9+
"license": "MPL-2.0",
10+
"entrypoint": "libpiper.so",
11+
"bundle": {
12+
"url": "https://github.com/streamer45/streamkit/releases/download/marketplace-v0.2.0/piper-0.1.0-bundle.tar.zst",
13+
"sha256": "07643851d568c837afd7ae75436e4aa6827ceae1a030c3d3bdfc266acfe13c88",
14+
"size_bytes": 7625789
15+
},
16+
"models": [
17+
{
18+
"id": "piper-en_US-libritts_r-medium",
19+
"name": "Piper en_US libritts_r (medium)",
20+
"default": true,
21+
"source": "huggingface",
22+
"repo_id": "streamkit/piper-models",
23+
"revision": "main",
24+
"files": [
25+
"vits-piper-en_US-libritts_r-medium.tar.bz2"
26+
],
27+
"license": "CC-BY-4.0 + GPL-3.0",
28+
"license_url": "http://www.openslr.org/141/",
29+
"sha256": "78c137daa7eddaf57190cf05c020efd6e593015f62c82ee999ef570fc2dff496"
30+
},
31+
{
32+
"id": "piper-es_MX-claude-high",
33+
"name": "Piper es_MX claude (high)",
34+
"default": false,
35+
"source": "huggingface",
36+
"repo_id": "streamkit/piper-models",
37+
"revision": "main",
38+
"files": [
39+
"vits-piper-es_MX-claude-high.tar.bz2"
40+
],
41+
"license": "Apache-2.0 + GPL-3.0",
42+
"license_url": "https://huggingface.co/spaces/HirCoir/Piper-TTS-Spanish",
43+
"sha256": "ec33fb689c248fe64810aab564cba97babf0f506672cfd404928d46e751a4721"
44+
}
45+
]
46+
}

0 commit comments

Comments
 (0)