@oracle-agent/oracle 0.35.0 → 0.35.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oracle-agent/oracle",
3
- "version": "0.35.0",
3
+ "version": "0.35.2",
4
4
  "description": "Oracle: standalone multichain agent control plane with an optional encrypted, loopback-only self-hosted signer.",
5
5
  "license": "BUSL-1.1",
6
6
  "type": "module",
@@ -1,4 +1,4 @@
1
- # Oracle installer for Windows — CLI + desktop app.
1
+ # Oracle installer for Windows — CLI (desktop app: private beta, opt-in).
2
2
  #
3
3
  # iex (irm https://oracle.demi.la/install.ps1)
4
4
  #
@@ -12,7 +12,7 @@ $Base = if ($env:ORACLE_INSTALL_BASE) { $env:ORACLE_INSTALL_BASE.TrimEnd("/") }
12
12
  $Pkg = if ($env:ORACLE_NPM_PACKAGE) { $env:ORACLE_NPM_PACKAGE } else { "@oracle-agent/oracle" }
13
13
  $Ver = if ($env:ORACLE_INSTALL_VERSION) { $env:ORACLE_INSTALL_VERSION } else { "latest" }
14
14
  $SkipCli = $env:ORACLE_INSTALL_SKIP_CLI -eq "1"
15
- $SkipDesktop = $env:ORACLE_INSTALL_SKIP_DESKTOP -eq "1"
15
+ $SkipDesktop = $env:ORACLE_INSTALL_DESKTOP -ne "1"
16
16
  $SumsUrl = "$Base/downloads/artifacts/SHA256SUMS.txt"
17
17
  $Work = Join-Path $env:TEMP ("oracle-setup-" + [guid]::NewGuid().ToString("n"))
18
18
 
@@ -98,5 +98,5 @@ function Install-Desktop {
98
98
 
99
99
  if (-not $SkipCli) { Install-Cli }
100
100
  if (-not $SkipDesktop) { Install-Desktop }
101
- Log "done. CLI: oracle --version App: Start menu Oracle then: oracle setup model"
101
+ Log "done. CLI: oracle --version then: oracle setup model (desktop app: private beta)"
102
102
  if (-not $SkipCli) { Log "Telegram: set ORACLE_OWNER_TELEGRAM to your numeric id, then oracle gateway" }
@@ -28,27 +28,13 @@ section{padding-top:72px;scroll-margin-top:90px}.sub{color:var(--muted);line-hei
28
28
  <header><p class="eyebrow">Public release</p><h1>Install Oracle.<br><em>Hosted wallets sign outside Oracle.</em></h1><p class="lede">The CLI, desktop beta, source, research tools, and unsigned transaction preparation are public to everyone. No wallet connection or NFT is required to download or run Oracle.</p></header>
29
29
  <aside class="policy"><h2>Locals Only means 0% Oracle fees</h2><p>A Locals Only NFT waives the <b>Oracle integrator fee</b>. It does not unlock the product, waive provider or network costs, or change the hosted/keyless custody boundary. Self-host execution uses the local signer.</p></aside>
30
30
  <section id="cli"><p class="eyebrow">Oracle CLI</p><h2>Install with curl</h2><p class="sub">One line. Linux and macOS. Requires Node 20.19+ (the script checks and tells you how to get it). Installs into <code>~/.local</code> — no sudo, no global npm.</p><div class="install"><div class="cmd"><code id="cmd">curl -fsSL https://oracle.demi.la/install.sh | bash</code><button class="copy" id="copy" type="button">Copy</button></div><div class="meta"><span>curl install</span><span>hosted keyless</span><span>hosted wallet signs</span><span>user prefix</span></div></div><p class="sub" style="margin-top:18px">npm still works if you prefer: <code>npm i -g @oracle-agent/oracle</code></p></section>
31
- <section id="windows"><p class="eyebrow">Oracle app · Windows</p><h2>Install with PowerShell</h2><p class="sub">Same shape as Hermes: one line. Installs the CLI (<code>npm i -g @oracle-agent/oracle</code>) and the desktop NSIS build. SHA-256 checked. Never asks for a key or seed.</p><div class="install"><div class="cmd"><code id="cmd-win">iex (irm https://oracle.demi.la/install.ps1)</code><button class="copy" id="copy-win" type="button">Copy</button></div><div class="meta"><span>irm | iex</span><span>desktop app</span><span>SHA-256 checked</span></div></div></section>
32
- <section id="desktop"><p class="eyebrow">Desktop beta</p><h2>Native installers</h2><p class="sub">macOS, Linux, and Windows 0.4.10 bundle Oracle 0.28.7. These beta installers are not CA-signed, so platform warnings are expected. Download directly, then verify against the published SHA-256 manifest.</p><div class="artifacts">
33
- <div class="artifact" data-artifact="Oracle-0.4.10.AppImage"><div><h3>Linux</h3><small>AppImage · x64</small></div><div class="artifact-meta"><span class="build">Oracle 0.4.10 beta · runtime 0.28.7</span></div><code class="hash" data-hash>checksum loading</code><a class="dl-btn" href="/downloads/artifacts/Oracle-0.4.10.AppImage" download>Download</a></div>
34
- <div class="artifact" data-artifact="Oracle-0.4.10-arm64.dmg"><div><h3>macOS</h3><small>DMG · Apple silicon</small></div><div class="artifact-meta"><span class="build">Oracle 0.4.10 beta · runtime 0.28.7</span></div><code class="hash" data-hash>checksum loading</code><a class="dl-btn" href="/downloads/artifacts/Oracle-0.4.10-arm64.dmg" download>Download</a></div>
35
- <div class="artifact" data-artifact="Oracle-Setup-0.4.10.exe"><div><h3>Windows</h3><small>NSIS installer · x64</small></div><div class="artifact-meta"><span class="build">Oracle 0.4.10 beta · runtime 0.28.7</span></div><code class="hash" data-hash>checksum loading</code><a class="dl-btn" href="/downloads/artifacts/Oracle-Setup-0.4.10.exe" download>Download</a></div>
36
- </div><p class="platform-note">Checksums: <a class="checksum" href="/downloads/artifacts/SHA256SUMS.txt">SHA256SUMS.txt</a>. Beta installers may trigger macOS Gatekeeper or Windows SmartScreen when a build is not notarized or CA-signed. The installer never asks for a private key or seed. Hosted/keyless cannot hold keys. Self-host signer setup is a separate command.</p></section>
31
+ <section id="windows"><p class="eyebrow">Oracle CLI · Windows</p><h2>Install with PowerShell</h2><p class="sub">Same shape as Hermes: one line. Installs the CLI (<code>npm i -g @oracle-agent/oracle</code>). Never asks for a key or seed.</p><div class="install"><div class="cmd"><code id="cmd-win">iex (irm https://oracle.demi.la/install.ps1)</code><button class="copy" id="copy-win" type="button">Copy</button></div><div class="meta"><span>irm | iex</span><span>CLI only</span><span>no keys ever</span></div></div></section>
32
+ <section id="desktop"><p class="eyebrow">Desktop beta</p><h2>Private beta</h2><p class="sub">Desktop builds are in private beta while we finish the app. Public downloads return when it ships. The CLI above is the full product today.</p></section>
37
33
  </main>
38
34
  <footer><div class="nav-inner"><span>oracle · locals only labs</span><span>public / self-custody / local signer</span></div></footer>
39
35
  <script>
40
36
  document.getElementById("copy").addEventListener("click",async function(){try{await navigator.clipboard.writeText(document.getElementById("cmd").textContent.trim());this.textContent="Copied";var button=this;setTimeout(function(){button.textContent="Copy"},1400)}catch(_){this.textContent="Select command"}});
41
37
  document.getElementById("copy-win").addEventListener("click",async function(){try{await navigator.clipboard.writeText(document.getElementById("cmd-win").textContent.trim());this.textContent="Copied";var button=this;setTimeout(function(){button.textContent="Copy"},1400)}catch(_){this.textContent="Select command"}});
42
- (async function(){
43
- var rows=Array.from(document.querySelectorAll("[data-artifact]"));
44
- function unavailable(row){row.querySelector("[data-hash]").textContent="checksum unavailable";row.querySelector(".dl-btn").setAttribute("aria-disabled","true")}
45
- try{
46
- var response=await fetch("/downloads/artifacts/SHA256SUMS.txt",{cache:"no-store"});
47
- if(!response.ok)throw new Error("manifest unavailable");
48
- var sums=new Map((await response.text()).trim().split(/\r?\n/).map(function(line){var match=line.match(/^([a-f0-9]{64})\s+\*?(.+)$/i);return match?[match[2],match[1].toLowerCase()]:null}).filter(Boolean));
49
- rows.forEach(function(row){var sum=sums.get(row.dataset.artifact);if(!sum){unavailable(row);return}row.querySelector("[data-hash]").textContent=sum});
50
- }catch(_){rows.forEach(unavailable)}
51
- })();
52
38
  </script>
53
39
  </body>
54
40
  </html>