Extract the package
Download and unzip the TradeTimr Local distribution package to a folder on your computer. After extraction, open the included local folder.
Download package zipThis guide shows you how to launch the standalone TradeTimr Local package on your own machine. Extract the package, start Docker, run one command, and open the dashboard in your browser.
Follow these steps in order. The package is self-contained, so you only need the extracted local folder.
Download and unzip the TradeTimr Local distribution package to a folder on your computer. After extraction, open the included local folder.
Download package zipOpen Docker Desktop and wait until it finishes starting. Before continuing, docker version should show both a Client and a Server section.
docker version
In PowerShell, change into the extracted local folder and start the stack.
cd local
docker compose up --build -d
Once the container starts, open the local URL below in your browser.
http://localhost:8080/local/
Use these commands when you need to stop the app or rebuild it after changes.
docker compose down
docker compose up --build -d
TradeTimr Local stores records in your browser's IndexedDB. Rebuilding the container does not erase that data, but clearing browser storage does.
Open the local dashboardThese are the common local setup issues we hit most often.
If you see an error about dockerDesktopLinuxEngine, Docker Desktop is not fully started yet. Open Docker Desktop and wait until docker version shows a Server section.
Refresh after rebuilding the container. The packaged Nginx config serves HTML, manifest, JavaScript, CSS, and images with the correct MIME types.
Open the app through http://localhost:8080/local/, not by double-clicking the HTML file. The PWA install flow requires HTTP.
Extract the package, run Docker, and open the dashboard. When you need multi-device sync and automations, the cloud edition is there too.