Third-Party Notices

Everything inside The Lot that somebody else wrote.

Last updated: September 4, 2026 · build 0.49.0

What this page is

The Lot is built on other people's work — an engine, a browser, a display driver, a speech model, and ninety-odd libraries underneath the secretary. Most of those licences ask for one thing in return: say so, in public, where anyone can check. This is that page.

This list is generated from the build, not typed by hand. The Python half is read out of the shipped runtime's own package metadata every time the installer is compiled, and the build refuses to run if this page has fallen behind. A notices page that quietly goes stale is the failure mode worth engineering against, because nothing else would ever notice.

Licence names below are each component's own words, taken from its own metadata. Where a component states its licence more than one way, the machine-readable SPDX expression wins, then the classifier, then free text — this page never decides what somebody else's licence is.

The Lot Privacy Terms Notices

Two licences worth calling out

Copyleft. Three shipped packages carry obligations beyond a notice: edge-tts is LGPLv3, and certifi and tqdm are MPL-2.0. All three are pure Python and ship as readable source inside the orchestrator folder next to the app, so you can read, modify or replace any of them in place — which is the freedom both licences exist to protect. Nothing here is statically linked against them, and none of them is modified. The terms say explicitly that the LGPL's reverse-engineering grant survives our own restriction on it.

A fourth, autocommand, was LGPLv3 and is gone as of 0.49.0. It was never a dependency of this app — it rode in vendored inside setuptools, which the runtime does not use. Carrying a copyleft obligation for code nothing imports is a bad trade, so setuptools was dropped: 6.4 MB lighter and one fewer licence to honour.

Chromium. The in-world screens are a real browser: Vuplex 3D WebView wrapping the Chromium Embedded Framework. CEF's licence does not ask to be cited, it asks to be reproduced — "redistributions in binary form must reproduce the above copyright notice… in the documentation or other materials provided with the distribution." So its full text, along with four other licences that have no other home in the payload, is reproduced verbatim in THIRD-PARTY-NOTICES.txt beside the application. Every Python package instead carries its own LICENSE inside its .dist-info folder, where it already satisfies the same condition.

This was a real gap, not a formality: builds up to and including 0.47.0 shipped Chromium with no notice anywhere in them. It was found by checking a sentence on this page rather than assuming it, and the fix is a generated file plus a build that refuses to compile without it.

The display driver. The optional virtual monitor is MikeTheTech's Virtual Display Driver, MIT-licensed and shipped unmodified — the signature Windows verifies is Microsoft's own, and changing a single byte would destroy it. It installs only if you say yes.

The components

Engine and rendering

Unity Engine 6000.3.19f1 Unity Software Additional Terms The runtime the app is built on.
Universal Render Pipeline 17.3.0 Unity Companion License Also Shader Graph 17.3.0 and the URP config package.
Unity Input System 1.19.0 Unity Companion License
Unity Timeline 1.8.12 Unity Companion License
Unity UI (uGUI) 2.0.0 Unity Companion License
Liberation Sans SIL Open Font License 1.1 The typeface every word in the world is set in. Arrives with TextMeshPro's essential resources and ships as a baked SDF atlas, which is a derived work of the font, so the OFL notice travels with it. © 2012 Red Hat, digitized data © 2010 Google.
EmojiOne (sample set) Attribution required A sample emoji sheet TextMeshPro installs as its default sprite asset. Nothing in the game uses it; it ships only because it sits in a Resources folder, and is declared rather than assumed away.
Newtonsoft.Json 3.2.1 MIT Shipped as Unity's com.unity.nuget.newtonsoft-json package.

The screens

3D WebView for Windows and macOS Commercial (Vuplex) The in-world browser. Licensed per-seat from Vuplex; redistributed in binary form as that licence allows.
Chromium Embedded Framework BSD-3-Clause Embedded by 3D WebView. Ships as libcef.dll and its resource files.
Chromium BSD-3-Clause and others Reached through CEF. Its own notices ship in the app folder.
uWindowCapture MIT Reads the pixels of the windows you name, on the GPU.
Virtual Display Driver MIT Optional, never installed without your yes. Shipped unmodified so the Microsoft signature Windows checks stays intact.

Art and animation

ArchVizPRO Interior Vol.8 Unity Asset Store EULA Interior architecture and dressing.
Leartes Studios environment art Unity Asset Store EULA
NatureManufacture — Dynamic Nature and Mountain Environment Unity Asset Store EULA Trees, terrain and mountain dressing.
Kevin Iglesias animations Unity Asset Store EULA Character animation.
GlassPack Unity Asset Store EULA
Feel (More Mountains) Unity Asset Store EULA Game feel and haptics toolkit.
Text Animator for Unity (Febucci) Unity Asset Store EULA
#NVJOB Water Shaders V2 MIT Copyright (c) 2016 Nicholas Veselov.

The orchestrator runtime

CPython PSF-2.0 The embedded interpreter the orchestrator runs on. Version is stamped into the staged runtime at build time.
faster-whisper model (Systran) MIT The speech-to-text weights. They ship in the box so that hearing you needs no network at all.

Python packages in the orchestrator runtime

aiohappyeyeballs 2.7.1 Python Software Foundation License
aiohttp 3.14.3 Apache-2.0 AND MIT
aiosignal 1.4.0 Apache Software License
annotated-types 0.8.0 MIT
anthropic 0.122.0 MIT License
anyio 4.14.2 MIT
attrs 26.1.0 MIT
av 18.1.0 BSD-3-Clause
certifi 2026.7.22 Mozilla Public License 2.0 (MPL 2.0)
cffi 2.1.1 MIT-0
claude-agent-sdk 0.2.137 MIT License
click 8.4.2 BSD-3-Clause
colorama 0.4.6 BSD License
cryptography 50.0.0 Apache-2.0 OR BSD-3-Clause
ctranslate2 4.8.1 MIT
distro 1.9.0 Apache Software License
docstring_parser 0.18.0 MIT License
edge-tts 7.2.8 GNU Lesser General Public License v3 (LGPLv3)
faster-whisper 1.2.1 MIT License
filelock 3.32.3 MIT
flatbuffers 25.12.19 Apache Software License
frozenlist 1.8.0 Apache-2.0
fsspec 2026.7.0 BSD-3-Clause
h11 0.16.0 MIT License
hf-xet 1.6.0 Apache-2.0
httpcore 1.0.9 BSD-3-Clause
httpx 0.28.1 BSD License
httpx-sse 0.4.3 MIT
huggingface_hub 1.27.0 Apache Software License
idna 3.18 BSD-3-Clause
jiter 0.16.0 MIT
jsonschema 4.26.0 MIT
jsonschema-specifications 2025.9.1 MIT
keyboard 0.13.5 MIT License
mcp 1.29.0 MIT License
multidict 6.7.1 Apache License 2.0
numpy 2.5.2 BSD-3-Clause AND 0BSD AND MIT AND Zlib AND CC0-1.0
onnxruntime 1.28.0 MIT License
packaging 26.3 Apache-2.0 OR BSD-2-Clause
propcache 0.5.2 Apache Software License
protobuf 7.35.1 3-Clause BSD License
pycparser 3.0 BSD-3-Clause
pydantic 2.13.4 MIT
pydantic-settings 2.15.0 MIT
pydantic_core 2.46.4 MIT
PyJWT 2.13.0 MIT
python-dotenv 1.2.2 BSD-3-Clause
python-multipart 0.0.32 Apache-2.0
pywin32 312 Python Software Foundation License
PyYAML 6.0.3 MIT License
referencing 0.37.0 MIT
rpds-py 2026.6.3 MIT
sniffio 1.3.1 MIT License
sounddevice 0.5.5 MIT
soundfile 0.14.0 BSD License
sse-starlette 3.4.8 BSD-3-Clause
starlette 1.6.0 BSD-3-Clause
tabulate 0.10.0 MIT
tokenizers 0.23.1 Apache Software License
tqdm 4.70.0 MPL-2.0 AND MIT
typing-inspection 0.4.4 MIT
typing_extensions 4.16.0 PSF-2.0
uvicorn 0.52.3 BSD-3-Clause
webrtcvad-wheels 2.0.14 MIT License
websockets 17.0.1 BSD-3-Clause
yarl 1.24.5 Apache-2.0

Something missing or wrong?

If you maintain something in this list and the attribution is wrong, incomplete, or in the wrong place, tell us and it gets fixed — email support@wigleystudios.com. Getting attribution right is the whole point of the page, and a correction is a favour, not a complaint.