Offline local-LLM terminal app for Jetson and edge Linux: chat with on-device models, run agent tools, and manage context safely.
Project description
open-jet
open-jet is an offline-first terminal app for running local LLM workflows on edge Linux devices (including Jetson-class hardware).
It provides:
- local chat with your on-device model
- safe file-context loading with token/memory guards
- slash commands for session control
- first-run setup for model/runtime configuration
- optional session logging and resume
Requirements
Before running open-jet, make sure:
llama-serverfromllama.cppis installed and available onPATH- you have a local
.ggufmodel file, orollamainstalled for model download
Install
pip install open-jet
Start
open-jet
Optional setup screen on launch:
open-jet --setup
First-Run Setup
On first run, open-jet guides you through:
- hardware detection/profile
- model source selection
- model path or download choice
- context window size
- GPU offload configuration
It then saves your configuration and starts the runtime.
Basic Use
- Type normally and press Enter to chat
- Use
@fileor@[path with spaces]to add file content to context - Type
/to open slash-command suggestions Tab/Entercan autocomplete slash commands and file mentionsCtrl+Cor/exitquits
Slash Commands
/helpshow commands/exitquit app/clearclear chat and restartllama-server/clear-chatclear chat only/statusshow context/RAM status/condensecondense older context/load <path>load a file into context/resumeload previous saved session/setupreopen setup wizard
Configuration
Main settings are stored in config.yaml, including:
- context window size
- memory guard limits
- logging settings
- session state/resume settings
Logging and Session State
When enabled:
- session events are written to
session_logs/*.events.jsonl - system metrics are written to
session_logs/*.metrics.jsonl - conversation state is saved to
session_state.json
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file open_jet-0.1.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.
File metadata
- Download URL: open_jet-0.1.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Upload date:
- Size: 5.3 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e759a41ad7f089d79338f5e972ba74719b5a9b10017871948737941314a6d318
|
|
| MD5 |
d4a2976d4785f29900c0ea751ac46128
|
|
| BLAKE2b-256 |
799f36753aac2c136e2566939b9048ff47ed8d2bfae32e15d7b623b0bc48dca5
|