@1667-ai/linux-arm64 0.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -0
- package/package.json +12 -0
package/README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# @1667-ai/linux-arm64
|
|
2
|
+
|
|
3
|
+
Part of [1667](https://github.com/1667-ai/1667), a full-screen terminal environment for writing fiction
|
|
4
|
+
with language models.
|
|
5
|
+
|
|
6
|
+
This package will carry the native 1667 executable for `linux-arm64`. It is
|
|
7
|
+
installed automatically as an optional dependency of the launcher package, which
|
|
8
|
+
selects the one package matching the host platform and runs it directly.
|
|
9
|
+
|
|
10
|
+
Version 0.0.0 is a placeholder that reserves the name. It carries no
|
|
11
|
+
executable. Install the launcher rather than depending on this package.
|
package/package.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@1667-ai/linux-arm64",
|
|
3
|
+
"version": "0.0.0",
|
|
4
|
+
"description": "Native binary of 1667, the terminal writing environment, for linux-arm64. Name reserved; not a release.",
|
|
5
|
+
"keywords": ["cli", "tui", "terminal", "writing", "fiction", "llm"],
|
|
6
|
+
"license": "Apache-2.0",
|
|
7
|
+
"repository": { "type": "git", "url": "git+https://github.com/1667-ai/1667.git" },
|
|
8
|
+
"homepage": "https://github.com/1667-ai/1667",
|
|
9
|
+
"bugs": { "url": "https://github.com/1667-ai/1667/issues" },
|
|
10
|
+
"files": ["README.md"],
|
|
11
|
+
"publishConfig": { "access": "public" }
|
|
12
|
+
}
|