kilnry 0.0.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.md ADDED
@@ -0,0 +1,83 @@
1
+ # License
2
+
3
+ Kilnry is licensed under the Sustainable Use License, Version 1.0, set out below.
4
+
5
+ Licensor: Apoorv Dixit (GitHub: ApoorvDixitt)
6
+ Copyright (c) 2026 Apoorv Dixit. All rights reserved except as granted below.
7
+
8
+ Third-party components incorporated into Kilnry are licensed under their original licenses
9
+ as listed in THIRD_PARTY_NOTICES.md.
10
+
11
+ ## Sustainable Use License
12
+
13
+ Version 1.0
14
+
15
+ ### Acceptance
16
+
17
+ By using the software, you agree to all of the terms and conditions below.
18
+
19
+ ### Copyright License
20
+
21
+ The licensor grants you a non-exclusive, royalty-free, worldwide, non-sublicensable, non-transferable
22
+ license to use, copy, distribute, make available, and prepare derivative works of the software, in each
23
+ case subject to the limitations below.
24
+
25
+ ### Limitations
26
+
27
+ You may use or modify the software only for your own internal business purposes or for non-commercial or
28
+ personal use. You may distribute the software or provide it to others only if you do so free of charge for
29
+ non-commercial purposes. You may not alter, remove, or obscure any licensing, copyright, or other notices of
30
+ the licensor in the software. Any use of the licensor's trademarks is subject to applicable law.
31
+
32
+ ### Patents
33
+
34
+ The licensor grants you a license, under any patent claims the licensor can license, or becomes able to
35
+ license, to make, have made, use, sell, offer for sale, import and have imported the software, in each case
36
+ subject to the limitations and conditions in this license. This license does not cover any patent claims
37
+ that you cause to be infringed by modifications or additions to the software. If you or your company make
38
+ any written claim that the software infringes or contributes to infringement of any patent, your patent
39
+ license for the software granted under these terms ends immediately. If your company makes such a claim,
40
+ your patent license ends immediately for work on behalf of your company.
41
+
42
+ ### Notices
43
+
44
+ You must ensure that anyone who gets a copy of any part of the software from you also gets a copy of these
45
+ terms. If you modify the software, you must include in any modified copies of the software a prominent
46
+ notice stating that you have modified the software.
47
+
48
+ ### No Other Rights
49
+
50
+ These terms do not imply any licenses other than those expressly granted in these terms.
51
+
52
+ ### Termination
53
+
54
+ If you use the software in violation of these terms, such use is not licensed, and your license will
55
+ automatically terminate. If the licensor provides you with a notice of your violation, and you cease all
56
+ violation of this license no later than 30 days after you receive that notice, your license will be
57
+ reinstated retroactively. However, if you violate these terms after such reinstatement, any additional
58
+ violation of these terms will cause your license to terminate automatically and permanently.
59
+
60
+ ### No Liability
61
+
62
+ As far as the law allows, the software comes as is, without any warranty or condition, and the licensor
63
+ will not be liable to you for any damages arising out of these terms or the use or nature of the software,
64
+ under any kind of legal claim.
65
+
66
+ ### Definitions
67
+
68
+ The "licensor" is the entity offering these terms.
69
+
70
+ The "software" is the software the licensor makes available under these terms, including any portion of it.
71
+
72
+ "You" refers to the individual or entity agreeing to these terms.
73
+
74
+ "Your company" is any legal entity, sole proprietorship, or other kind of organization that you work for,
75
+ plus all organizations that have control over, are under the control of, or are under common control with
76
+ that organization. Control means ownership of substantially all the assets of an entity, or the power to
77
+ direct its management and policies by vote, contract, or otherwise. Control can be direct or indirect.
78
+
79
+ "Your license" is the license granted to you for the software under these terms.
80
+
81
+ "Use" means anything you do with the software requiring your license.
82
+
83
+ "Trademark" means trademarks, service marks, and similar rights.
package/README.md ADDED
@@ -0,0 +1,11 @@
1
+ # kilnry
2
+
3
+ This package name is reserved for **Kilnry**, a local-first AI media studio: it runs on your own machine, uses your own provider keys, keeps every file as an ordinary file with a metadata sidecar, gives Characters (`@maya`) consistency across image, video and audio, exposes itself to coding agents through MCP, and shows the dollar cost before every spend.
4
+
5
+ The launcher (`npx kilnry`) ships at v1.0.0. Until then this package only prints a notice. Follow the build at https://github.com/ApoorvDixitt/kilnry.
6
+
7
+ ## Licence
8
+
9
+ Kilnry is fair-code, licensed under the Sustainable Use License 1.0. Free to use, including for your own business. Not for resale, hosting for others, or white-labelling. See LICENSE.md.
10
+
11
+ <!-- Kilnry © 2026 Apoorv Dixit · Sustainable Use License 1.0 · See LICENSE.md. -->
package/bin/kilnry.js ADDED
@@ -0,0 +1,19 @@
1
+ #!/usr/bin/env node
2
+ // Kilnry — https://github.com/ApoorvDixitt/kilnry
3
+ // Copyright (c) 2026 Apoorv Dixit. Licensed under the Sustainable Use License 1.0.
4
+ // SPDX-License-Identifier: LicenseRef-Sustainable-Use-1.0
5
+ // See LICENSE.md in the repository root. You may not remove or obscure this notice.
6
+
7
+ process.stdout.write(
8
+ [
9
+ '',
10
+ 'Kilnry is not released yet.',
11
+ '',
12
+ 'This package name is reserved for the Kilnry launcher, which ships at v1.0.0.',
13
+ 'Follow progress and read the build status at https://github.com/ApoorvDixitt/kilnry',
14
+ '',
15
+ 'Kilnry is fair-code, licensed under the Sustainable Use License 1.0.',
16
+ '',
17
+ ].join('\n'),
18
+ );
19
+ process.exit(1);
package/package.json ADDED
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "kilnry",
3
+ "version": "0.0.1",
4
+ "description": "Kilnry — a local-first AI media studio that runs on your own machine with your own provider keys. This is a name reservation; the launcher ships at v1.0.0.",
5
+ "keywords": ["kilnry", "ai", "media", "studio", "local-first", "mcp"],
6
+ "homepage": "https://github.com/ApoorvDixitt/kilnry#readme",
7
+ "bugs": "https://github.com/ApoorvDixitt/kilnry/issues",
8
+ "repository": { "type": "git", "url": "git+https://github.com/ApoorvDixitt/kilnry.git" },
9
+ "license": "SEE LICENSE IN LICENSE.md",
10
+ "author": "Apoorv Dixit (https://github.com/ApoorvDixitt)",
11
+ "type": "module",
12
+ "bin": { "kilnry": "bin/kilnry.js" },
13
+ "files": ["bin/kilnry.js", "LICENSE.md", "README.md"],
14
+ "engines": { "node": ">=18" },
15
+ "publishConfig": { "access": "public" }
16
+ }