Skip to content

Releases: anaregdesign/lantern

v0.32.1

Choose a tag to compare

@github-actions github-actions released this 09 Jul 16:29
1be59ae

Container image

Multi-arch (linux/amd64, linux/arm64), signed with cosign keyless.

docker pull ghcr.io/anaregdesign/lantern:0.32.1

Binaries

Pre-built lantern (server) and lantern-cli archives are attached to this
release. The server covers macOS / Linux and the CLI also covers Windows, on
x86_64 and arm64. Verify with checksums.txt.

Homebrew (macOS)

brew tap anaregdesign/tap
brew install --cask lantern        # server
brew install --cask lantern-cli    # client

Direct download

# macOS arm64 CLI example
curl -L -o lantern-cli.tar.gz https://github.com/anaregdesign/lantern/releases/download/v0.32.1/lantern-cli_0.32.1_Darwin_arm64.tar.gz
tar -xzf lantern-cli.tar.gz && ./lantern-cli version

Lantern benchmark — v0.32.1

Bench job did not produce a report for this release; see the workflow run for details.

What's Changed

  • chore(deps): bump roaring/v2, x/text, and lantern/core across the workspace by @piroyoung in #974
  • feat(cli): replace illuminate verb with per-family bfs / pagerank / community verbs by @piroyoung in #976
  • fix(cli): close family verb grammar drift by @piroyoung in #981

Full Changelog: v0.31.0...v0.32.1

admin/v0.19.1

Choose a tag to compare

@github-actions github-actions released this 09 Jul 16:26
1be59ae

Lantern admin SPA

Multi-arch container (linux/amd64, linux/arm64), signed with cosign keyless. Caddy 2 Alpine serves the React Router build on :8080 with SPA fallback.

docker run --rm -p 8080:8080 ghcr.io/anaregdesign/lantern-admin:v0.19.1

Then open http://localhost:8080 and point the Lantern picker in the header at your Lantern server (defaults to http://localhost:6380). Make sure LANTERN_CORS_ALLOWED_ORIGINS on the server includes the admin origin — see server/README.md.

v0.32.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 11:15
874455c

Container image

Multi-arch (linux/amd64, linux/arm64), signed with cosign keyless.

docker pull ghcr.io/anaregdesign/lantern:0.32.0

Binaries

Pre-built lantern (server) and lantern-cli archives are attached to this
release. The server covers macOS / Linux and the CLI also covers Windows, on
x86_64 and arm64. Verify with checksums.txt.

Homebrew (macOS)

brew tap anaregdesign/tap
brew install --cask lantern        # server
brew install --cask lantern-cli    # client

Direct download

# macOS arm64 CLI example
curl -L -o lantern-cli.tar.gz https://github.com/anaregdesign/lantern/releases/download/v0.32.0/lantern-cli_0.32.0_Darwin_arm64.tar.gz
tar -xzf lantern-cli.tar.gz && ./lantern-cli version

Lantern benchmark — v0.32.0

Bench job did not produce a report for this release; see the workflow run for details.

What's Changed

  • chore(deps): bump roaring/v2, x/text, and lantern/core across the workspace by @piroyoung in #974
  • feat(cli): replace illuminate verb with per-family bfs / pagerank / community verbs by @piroyoung in #976

Full Changelog: v0.31.0...v0.32.0

admin/v0.19.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 11:12
874455c

Lantern admin SPA

Multi-arch container (linux/amd64, linux/arm64), signed with cosign keyless. Caddy 2 Alpine serves the React Router build on :8080 with SPA fallback.

docker run --rm -p 8080:8080 ghcr.io/anaregdesign/lantern-admin:v0.19.0

Then open http://localhost:8080 and point the Lantern picker in the header at your Lantern server (defaults to http://localhost:6380). Make sure LANTERN_CORS_ALLOWED_ORIGINS on the server includes the admin origin — see server/README.md.

v0.31.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 13:46
eca6a36

Container image

Multi-arch (linux/amd64, linux/arm64), signed with cosign keyless.

docker pull ghcr.io/anaregdesign/lantern:0.31.0

Binaries

Pre-built lantern (server) and lantern-cli archives are attached to this
release. The server covers macOS / Linux and the CLI also covers Windows, on
x86_64 and arm64. Verify with checksums.txt.

Homebrew (macOS)

brew tap anaregdesign/tap
brew install --cask lantern        # server
brew install --cask lantern-cli    # client

Direct download

# macOS arm64 CLI example
curl -L -o lantern-cli.tar.gz https://github.com/anaregdesign/lantern/releases/download/v0.31.0/lantern-cli_0.31.0_Darwin_arm64.tar.gz
tar -xzf lantern-cli.tar.gz && ./lantern-cli version

Lantern benchmark — v0.31.0

Bench job did not produce a report for this release; see the workflow run for details.

What's Changed

  • fix(admin): let /cli restart_prob & epsilon accept typed floats by @piroyoung in #965
  • fix: apply weighting transform to LocalCommunity output edge weights by @piroyoung in #967
  • chore(release): bump core module pin to v0.17.0 by @piroyoung in #968

Full Changelog: v0.30.0...v0.31.0

v0.30.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 06:50
c0303b8

Container image

Multi-arch (linux/amd64, linux/arm64), signed with cosign keyless.

docker pull ghcr.io/anaregdesign/lantern:0.30.0

Binaries

Pre-built lantern (server) and lantern-cli archives are attached to this
release. The server covers macOS / Linux and the CLI also covers Windows, on
x86_64 and arm64. Verify with checksums.txt.

Homebrew (macOS)

brew tap anaregdesign/tap
brew install --cask lantern        # server
brew install --cask lantern-cli    # client

Direct download

# macOS arm64 CLI example
curl -L -o lantern-cli.tar.gz https://github.com/anaregdesign/lantern/releases/download/v0.30.0/lantern-cli_0.30.0_Darwin_arm64.tar.gz
tar -xzf lantern-cli.tar.gz && ./lantern-cli version

Lantern benchmark — v0.30.0

Bench job did not produce a report for this release; see the workflow run for details.

What's Changed

  • fix(server,admin): GetServerStatus never reports uptime — call MarkStarted at the ready-to-serve edge by @piroyoung in #947
  • fix(admin): reach LocalCommunity family from illuminate algorithm=community by @piroyoung in #948
  • feat(admin): queue CLI keystrokes + multi-line paste while a command runs by @piroyoung in #951
  • feat(admin): vertices pager shows "Page N of M" by @piroyoung in #949
  • fix(admin): truncate long keys in Browse tables instead of overflowing columns by @piroyoung in #950
  • feat(sdks/go,cli): server-free exponential edge-weight decay helper (AddDecayingEdge) by @piroyoung in #953
  • feat(sdks/node): decay, backup/restore and ping parity with Go SDK by @piroyoung in #957
  • chore(sdks/node): bump lantern-sdk to 0.10.0 for release by @piroyoung in #958
  • feat(admin): add decaying-edge verb to the embedded CLI by @piroyoung in #960
  • feat: orthogonalise illuminate algorithm/reduction axes to expose community reduction by @piroyoung in #962

Full Changelog: v0.28.0...v0.30.0

mcp/v0.12.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 06:47
c0303b8

Lantern MCP server

Multi-arch container (linux/amd64, linux/arm64), signed with cosign keyless.

docker pull ghcr.io/anaregdesign/lantern-mcp:v0.12.0

Configure your MCP client to launch docker run --rm -i -e LANTERN_ADDR=<host>:6380 ghcr.io/anaregdesign/lantern-mcp:v0.12.0 and the server will expose six tools (remember_fact, recall_fact, forget, list_under, remember_relation, recall_related) for LLM agents to interact with Lantern's decaying-memory graph.

core/v0.17.0

Choose a tag to compare

@piroyoung piroyoung released this 06 Jul 13:27
ff61a14

LocalCommunity now applies the weighting transform (scoreEdge) to its returned induced-subgraph edge weights, matching the BFS family. WeightingRaw (the default) still returns the verbatim stored weight; TFIDF/BM25 re-score, and any subsequent Reduction becomes weighting-aware.

Closes #966 (via #967).

admin/v0.18.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 08:06
acb9595

Lantern admin SPA

Multi-arch container (linux/amd64, linux/arm64), signed with cosign keyless. Caddy 2 Alpine serves the React Router build on :8080 with SPA fallback.

docker run --rm -p 8080:8080 ghcr.io/anaregdesign/lantern-admin:v0.18.0

Then open http://localhost:8080 and point the Lantern picker in the header at your Lantern server (defaults to http://localhost:6380). Make sure LANTERN_CORS_ALLOWED_ORIGINS on the server includes the admin origin — see server/README.md.

admin/v0.17.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 06:48
c0303b8

Lantern admin SPA

Multi-arch container (linux/amd64, linux/arm64), signed with cosign keyless. Caddy 2 Alpine serves the React Router build on :8080 with SPA fallback.

docker run --rm -p 8080:8080 ghcr.io/anaregdesign/lantern-admin:v0.17.0

Then open http://localhost:8080 and point the Lantern picker in the header at your Lantern server (defaults to http://localhost:6380). Make sure LANTERN_CORS_ALLOWED_ORIGINS on the server includes the admin origin — see server/README.md.