Skip to content

Commit 6229c9c

Browse files
author
GitHub Actions
committed
Add automatically parsed data (test)
[ci skip]
1 parent 5374ffe commit 6229c9c

File tree

5 files changed

+117
-0
lines changed

5 files changed

+117
-0
lines changed

apps/Jan.md

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
---
2+
layout: app
3+
4+
permalink: /Jan/
5+
description: Use offline LLMs with your own data. Run open source models like Llama2 or Falcon on your internal computers/servers.
6+
7+
icons:
8+
- Jan/icons/128x128/jan.png
9+
10+
screenshots:
11+
- Jan/screenshot.png
12+
13+
authors:
14+
- name: janhq
15+
url: https://github.com/janhq
16+
17+
links:
18+
- type: GitHub
19+
url: janhq/jan
20+
- type: Download
21+
url: https://github.com/janhq/jan/releases
22+
23+
desktop:
24+
Desktop Entry:
25+
Name: Jan
26+
Exec: AppRun --no-sandbox %U
27+
Terminal: false
28+
Type: Application
29+
Icon: jan
30+
StartupWMClass: Jan
31+
X-AppImage-Version: 0.4.5
32+
Comment: Use offline LLMs with your own data. Run open source models like Llama2
33+
or Falcon on your internal computers/servers.
34+
Categories: Utility
35+
AppImageHub:
36+
X-AppImage-Signature: 'directory ''/home/runner/.gnupg'' created keybox ''/home/runner/.gnupg/pubring.kbx''
37+
created [don''t know]: invalid packet (ctb=0a) no signature found the signature
38+
could not be verified. Please remember that the signature file (.sig or .asc)
39+
should be the first file given on the command line.'
40+
X-AppImage-Type: 2
41+
X-AppImage-Architecture: x86_64
42+
43+
electron:
44+
author: Jan <[email protected]>
45+
license: MIT
46+
homepage: https://github.com/janhq/jan/tree/main/electron
47+
description: Use offline LLMs with your own data. Run open source models like Llama2
48+
or Falcon on your internal computers/servers.
49+
dependencies:
50+
"@alumna/reflect": "^1.1.3"
51+
"@janhq/core": link:./core
52+
"@janhq/server": link:./server
53+
"@npmcli/arborist": "^7.1.0"
54+
"@types/request": "^2.48.12"
55+
"@uiball/loaders": "^1.3.0"
56+
electron-store: "^8.1.0"
57+
electron-updater: "^6.1.7"
58+
fs-extra: "^11.2.0"
59+
node-fetch: '2'
60+
pacote: "^17.0.4"
61+
request: "^2.88.2"
62+
request-progress: "^3.0.0"
63+
rimraf: "^5.0.5"
64+
typescript: "^5.3.3"
65+
ulid: "^2.3.0"
66+
use-debounce: "^9.0.4"
67+
installConfig:
68+
hoistingLimits: workspaces
69+
---

database/Jan/icons/128x128/jan.png

12.9 KB
Loading

database/Jan/jan.desktop

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[Desktop Entry]
2+
Name=Jan
3+
Exec=AppRun --no-sandbox %U
4+
Terminal=false
5+
Type=Application
6+
Icon=jan
7+
StartupWMClass=Jan
8+
X-AppImage-Version=0.4.5
9+
Comment=Use offline LLMs with your own data. Run open source models like Llama2 or Falcon on your internal computers/servers.
10+
Categories=Utility;
11+
12+
[AppImageHub]
13+
# Dear upstream developer, please include update information in your AppImage
14+
# (e.g., with appimagetool -u) so that users can easily update the AppImage
15+
X-AppImage-Signature=directory '/home/runner/.gnupg' created keybox '/home/runner/.gnupg/pubring.kbx' created [don't know]: invalid packet (ctb=0a) no signature found the signature could not be verified. Please remember that the signature file (.sig or .asc) should be the first file given on the command line.
16+
X-AppImage-Type=2
17+
X-AppImage-Architecture=x86_64

database/Jan/package.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "jan",
3+
"version": "0.4.5",
4+
"main": "./build/main.js",
5+
"author": "Jan <[email protected]>",
6+
"license": "MIT",
7+
"homepage": "https://github.com/janhq/jan/tree/main/electron",
8+
"description": "Use offline LLMs with your own data. Run open source models like Llama2 or Falcon on your internal computers/servers.",
9+
"dependencies": {
10+
"@alumna/reflect": "^1.1.3",
11+
"@janhq/core": "link:./core",
12+
"@janhq/server": "link:./server",
13+
"@npmcli/arborist": "^7.1.0",
14+
"@types/request": "^2.48.12",
15+
"@uiball/loaders": "^1.3.0",
16+
"electron-store": "^8.1.0",
17+
"electron-updater": "^6.1.7",
18+
"fs-extra": "^11.2.0",
19+
"node-fetch": "2",
20+
"pacote": "^17.0.4",
21+
"request": "^2.88.2",
22+
"request-progress": "^3.0.0",
23+
"rimraf": "^5.0.5",
24+
"typescript": "^5.3.3",
25+
"ulid": "^2.3.0",
26+
"use-debounce": "^9.0.4"
27+
},
28+
"installConfig": {
29+
"hoistingLimits": "workspaces"
30+
}
31+
}

database/Jan/screenshot.png

22.8 KB
Loading

0 commit comments

Comments
 (0)