Skip to content

ARInsideJ v4.4.0

Choose a tag to compare

@ljlongwing ljlongwing released this 30 Aug 18:37
· 22 commits to main since this release

Small quality-of-life round on top of 4.3.

  • Command palette recents — opening the palette with an empty box now lists your recently opened objects first (remembered per browser, last 8), then the top navigation pages.
  • Sticky <details> — collapsible sections (Indexes, Permissions, the property blocks) remember whether you left them open or closed, per page.
  • Contrast — the light/dark palette was checked against WCAG AA; the one boundary colour that fell short (--border-strong, used on inputs and tab/table underlines) was adjusted to ≥ 3:1 in both themes.

Downloads: arinsidej.jar is the self-contained fat jar — java -jar arinsidej.jar -i settings.ini .... arinsidej-4.4.zip is the same jar plus launcher scripts, a sample settings.ini, and the docs.


Assets repackaged 2026-09-01 - the bundled BMC jars were removed.

arinsidej.jar no longer contains BMC's AR System Java API (arapi / arlogger); those are BMC proprietary and cannot be redistributed. Supply your own copy in a lib/ folder next to the jar. The .zip bundle includes lib/README.txt listing every BMC install the jars can be sourced from, and the jar manifest's Class-Path already points at lib/. Run with run-arinsidej.sh / run-arinsidej.bat, or java -cp "arinsidej.jar:lib/*" arinside.Main ... (; not : on Windows). This version's tool code is unchanged - see the current README.