Dolli ("flash-focus") is built with open-source software. We are grateful to the authors and contributors of the following components. Each is distributed under its own license; the full text of each license type used is reproduced at the end of this file.
This list covers the primary bundled runtime dependencies. The Electron runtime
additionally bundles Chromium and Node.js; the corresponding Chromium
license notices ship with the application as LICENSES.chromium.html inside the
app bundle.
Last updated: August 1, 2026.
Bundled runtime dependencies
| Package | License |
|---|---|
| electron | MIT |
| react | MIT |
| react-dom | MIT |
| react-router | MIT |
| react-markdown | MIT |
| remark-gfm | MIT |
| streamdown | Apache-2.0 |
| use-stick-to-bottom | MIT |
| ai | Apache-2.0 |
| @ai-sdk/react | Apache-2.0 |
| imapflow | MIT |
| nodemailer | MIT-0 |
| node-ical | Apache-2.0 |
| tsdav | MIT |
| @photon-ai/imessage-kit | MIT |
| @supabase/supabase-js | MIT |
| @tobilu/qmd | MIT |
| better-sqlite3 | MIT |
| chrono-node | MIT |
| gray-matter | MIT |
| mailparser | MIT |
| spectrum-ts | MIT |
| @googleapis/gmail | Apache-2.0 |
| google-auth-library | Apache-2.0 |
| @nut-tree-fork/nut-js | Apache-2.0 |
| electron-squirrel-startup | Apache-2.0 |
| lucide-react | ISC |
| mammoth | BSD-2-Clause |
Apache-2.0 components. Per the Apache License 2.0, any
NOTICEfiles distributed with@googleapis/gmail,google-auth-library,@nut-tree-fork/nut-js, andelectron-squirrel-startupare preserved in their respectivenode_modulespackages and are incorporated here by reference.
License texts
MIT License
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.
MIT No Attribution (MIT-0)
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 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.
ISC License
Permission to use, copy, modify, and/or distribute this software for any purpose
with or without fee is hereby granted, provided that the above copyright notice
and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT,
OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
BSD 2-Clause License
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this
list of conditions and the following disclaimer in the documentation and/or
other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Apache License 2.0
The full text of the Apache License 2.0 is available at
https://www.apache.org/licenses/LICENSE-2.0 and is reproduced in the respective
packages under node_modules/. Apache-2.0 components are provided "AS IS",
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, and require preservation of
attribution and any NOTICE files, which is satisfied by this document and the
bundled package files.