@thegitai/tui-darwin-arm64 1.0.0-beta.1

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/LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ TheGitAI Client — Source-Visible Proprietary License
2
+
3
+ Copyright (c) 2026 TheGitAI
4
+
5
+ This source code is made available for inspection and trust verification only.
6
+ The following rights are NOT granted:
7
+
8
+ - Copying or redistribution of this code, in whole or in part
9
+ - Commercial use or resale
10
+ - Derivative works or modifications for distribution
11
+ - Sublicensing
12
+
13
+ SECURITY NOTICE: This client is untrusted for enforcement purposes. All
14
+ authentication, authorization, and security-sensitive decisions are enforced
15
+ server-side. The server's enforcement is authoritative regardless of any
16
+ client-side values.
17
+
18
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19
+ IMPLIED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
20
+ OTHER LIABILITY ARISING FROM THE USE OF THIS SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # @thegitai/tui-darwin-arm64
2
+
3
+ Prebuilt TheGitAI TUI binary for darwin/arm64. Installed automatically as an optional dependency of `@thegitai/cli`. Do not depend on this package directly.
package/package.json ADDED
@@ -0,0 +1,19 @@
1
+ {
2
+ "name": "@thegitai/tui-darwin-arm64",
3
+ "version": "1.0.0-beta.1",
4
+ "description": "Prebuilt TheGitAI ratatui TUI binary for darwin-arm64.",
5
+ "license": "SEE LICENSE IN LICENSE",
6
+ "os": [
7
+ "darwin"
8
+ ],
9
+ "cpu": [
10
+ "arm64"
11
+ ],
12
+ "files": [
13
+ "thegitai-tui",
14
+ "LICENSE"
15
+ ],
16
+ "publishConfig": {
17
+ "access": "public"
18
+ }
19
+ }
package/thegitai-tui ADDED
Binary file