Settings

Theme

Show HN: OpenJet – An offline agent harness for memory-constrained edge hardware

github.com

1 points by lforster a month ago · 0 comments · 1 min read

Reader

Hi HN,

I am building a terminal UI for self-hosted AI agents on Jetsons and other edge devices with unified memory.

The reason I started it was that most local agent harnesses seems aimed at machines with plenty of RAM and a stable internet-connected developer environment. On Jetson-class hardware, the annoying problems are different: context growth eats memory, sessions break, models may fit but leave very little headroom, and a lot of tools assumes cloud access.

Recent additions include:

- air-gapped mode - automatic context condensing under memory pressure - persistent memory files and /memory controls - harness modes for chat/code/review/debug workflows - replayable traces for evals/debugging - multimodal local image input - OpenTelemetry support

I’d love for you to try it out. The code is up on GitHub, and contributions/roasts of my memory management are very welcome. On a 8GB, I got the latest Qwen3.5-9B running (it just about fits in the memory).

Contributions are welcome ofc. Github: https://github.com/L-Forster/open-jet

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection