Open Source · Local · Browser, Windows and Linux

Minimal LSAR Sandbox

A desktop application for viewing, editing, importing, and exporting MIL-STD-1388-2B LSAR data. It uses a local SQLite database and does not require a server.

MIL-STD-1388-2B Local SQLite 103-table schema
Minimal LSAR browser demo showing the populated XB LCN indentured item table Open browser demo
Interactive browser demo

Try It in Your Browser

Open the included bicycle example and explore the tables, editing, relationships, and export workflow without installing anything.

Quick Try
Desktop builds and source

Download or View the Source

Choose a standalone 64-bit build, or inspect and fork the public repository.

Version 1.0.3 Windows & Linux · 64-bit Release notes & history

What It Is

Minimal LSAR Sandbox is a small desktop editor for working with data structured around MIL-STD-1388-2B. It is intended for learning, training, and limited technical checks.

How It Works

The application runs locally and keeps the database and exported files on the user's computer.

Local SQLite Database

Create a blank database or open an existing file. The SQLite engine is included in the standalone application; no account or database server is required.

Relational Checks

Foreign-key constraints and parent-child links help identify invalid references and navigate related records.

Fixed-Width Text Files

Import and export positional text files using the field widths defined for each table and column.

Main Functions

The screenshots below show the current desktop application. Click any image to enlarge it.

Search & Filter
Live search filtering the HA item identification table

Search and Filtering

Filter the current table as you type and see how many rows match the search.

Status Bar & Column Info
Status bar showing the selected column's type, width and constraints

Column Information

Select a cell to see the column type, fixed-width size, and primary- or foreign-key constraints.

LCN Indenture Tree
Hierarchical LCN indenture tree of the physical breakdown

LCN Indenture Tree

View the Table XB indenture structure as a hierarchy and open the corresponding record from the tree.

Fixed-Width Export
Export dialog selecting tables to compile into a flat file

Fixed-Width Export

Select the tables to include and generate a positional text file using the configured field widths.

About the Author

Davide Lunardelli

Integrated Logistic Support (ILS) Engineer

I work in Integrated Logistic Support and built this application for learning, training, and small technical exercises involving LSAR data. Contact: [email protected].

Scope and Limitations