================================================================================
 Console.Matrix — Third-party licenses
 Updated: 2026-04-25
 Developer: stiffi  <stiffivendetta@gmail.com>
================================================================================

Console.Matrix is a launcher that bundles or downloads-on-first-run the
following third-party components. Each retains its own license. Source links
are provided so you can verify and fetch full license texts.

--------------------------------------------------------------------------------
1. WezTerm — Terminal emulator
   License : Apache License 2.0
   Source  : https://github.com/wez/wezterm
   Bundled : Downloaded during first-run installation (not redistributed
             inside the installer).
--------------------------------------------------------------------------------
2. Git for Windows (PortableGit) — bash, ssh, coreutils
   License : GPLv2 (with linking exception); individual components carry their
             own permissive licenses (MIT, BSD).
   Source  : https://gitforwindows.org/
   Bundled : Downloaded during first-run installation.
--------------------------------------------------------------------------------
3. Node.js — JavaScript runtime
   License : MIT (Node core); third-party deps under MIT, BSD, ICU, OpenSSL.
   Source  : https://nodejs.org/
   Bundled : Downloaded during first-run installation.
--------------------------------------------------------------------------------
4. JetBrains Mono Nerd Font
   License : SIL Open Font License 1.1 (OFL-1.1)
   Source  : https://www.jetbrains.com/lp/mono/  (font);
             https://www.nerdfonts.com/  (Nerd Font patch)
   Bundled : Downloaded during first-run installation; installed for the
             current user only (no system-wide changes).
--------------------------------------------------------------------------------
5. aichat — Multi-provider LLM CLI
   License : Apache License 2.0 / MIT (dual)
   Source  : https://github.com/sigoden/aichat
   Bundled : Downloaded during first-run installation.
--------------------------------------------------------------------------------
6. Claude Code (@anthropic-ai/claude-code, npm)
   License : Anthropic Commercial Terms (free use under Anthropic's
             Acceptable Use Policy; subscription/API tier required for actual
             API access).
   Source  : https://www.npmjs.com/package/@anthropic-ai/claude-code
             https://docs.claude.com/en/docs/claude-code
   Bundled : Installed via npm during first-run.
--------------------------------------------------------------------------------
7. PS2EXE — PowerShell script -> .exe compiler (build-time only)
   License : MIT License
   Source  : https://github.com/MScholtes/PS2EXE
   Bundled : Used only at build time; not redistributed in the installer.
--------------------------------------------------------------------------------
8. Inno Setup — Installer compiler (build-time only)
   License : Modified BSD (free for any use, including commercial)
   Source  : https://jrsoftware.org/isinfo.php
   Bundled : Used only at build time; not redistributed in the installer.
--------------------------------------------------------------------------------

================================================================================
 Console.Matrix itself
================================================================================

Copyright (c) 2026 Console.Matrix contributors.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

================================================================================
 Privacy & data
================================================================================

Console.Matrix is a local launcher and chat client. It does not transmit
analytics, telemetry, or usage data to any party.

When you connect a provider:
  - Your API key is stored locally in
    %USERPROFILE%\.console-matrix\aichat-cfg\clients.json
  - Your chat messages are sent directly to the provider you chose
    (api.anthropic.com, api.openai.com, etc.) over HTTPS.
  - Conversation transcripts are written locally to
    %USERPROFILE%\.console-matrix\chats\session_YYYY-MM-DD.log

Console.Matrix does not include any tracking, ad SDK, or remote update beacon.
================================================================================
