Licencias de terceros
WaveLog está construido sobre los hombros de grandes proyectos de código abierto. Agradecemos a todos los colaboradores. Las siguientes licencias se aplican a las bibliotecas de terceros incluidas en este software.
nobs-whisperMIT
Copyright © team-attention contributors
WaveLog incorporates audio capture, model management, and Whisper context initialization code adapted from nobs-whisper. Only the engine-level pieces were reused — the rest of the app is original work.
https://github.com/team-attention/nobs-whisperPermission 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.
whisper.cppMIT
Copyright © Georgi Gerganov
High-performance C/C++ inference of OpenAI's Whisper ASR model. Provides the core on-device transcription engine used by WaveLog.
https://github.com/ggerganov/whisper.cppPermission 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.
whisper-rsUnlicense (public domain)
Released into the public domain by tazz4843
Rust bindings to whisper.cpp with Metal acceleration on Apple Silicon. Lets the Rust backend drive the Whisper inference engine.
https://codeberg.org/tazz4843/whisper-rsThis is free and unencumbered software released into the public domain. Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means. 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.
qwen3-asr (Rust crate)MIT
Copyright © alan890104 and contributors
Candle + Metal-accelerated Rust crate exposing the Qwen3-ASR engine. Used as an optional dual-ASR engine in WaveLog. Model weights are distributed by Alibaba/Qwen under their own licenses — see the model card at download time.
https://github.com/alan890104/qwen3-asr-rsPermission 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.
sherpa-onnxApache License 2.0
Copyright © k2-fsa contributors
Provides WaveLog's speaker diarization (offline pyannote pipeline) and SenseVoice ASR. Called via direct C API and the official Rust crate.
https://github.com/k2-fsa/sherpa-onnxLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.ort (ONNX Runtime bindings)MIT or Apache License 2.0
Copyright © pykeio contributors
Rust bindings to Microsoft ONNX Runtime with the CoreML execution provider. Powers ECAPA-TDNN speaker embedding inference.
https://github.com/pykeio/ortPermission 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.
cpalApache License 2.0
Copyright © cpal contributors
Cross-platform audio I/O library. Powers WaveLog's CoreAudio microphone capture on macOS.
https://github.com/rustaudio/cpalLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.Wespeaker ECAPA-TDNN (wespeaker-ecapa-tdnn512-LM)Apache License 2.0
Copyright © Wespeaker contributors
Pre-trained speaker embedding model used for speaker diarization in WaveLog. The ONNX model generates 192-dimensional speaker embeddings for identifying who is speaking.
https://github.com/wenet-e2e/wespeakerLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.OpenAI Whisper model weightsMIT
Copyright © OpenAI
GGML-converted Whisper model weights (tiny / base / small / medium / large-v3). Downloaded on demand inside WaveLog and used for on-device speech recognition.
https://github.com/openai/whisperPermission 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.
TauriApache License 2.0 or MIT
Copyright © Tauri Programme within The Commons Conservancy
Desktop application framework. Provides the macOS shell, IPC plumbing, deep-link routing, and auto-updater used by WaveLog.
https://github.com/tauri-apps/tauriLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.Svelte & SvelteKitMIT
Copyright © Svelte contributors
Component framework powering the WaveLog UI on the desktop client.
https://github.com/sveltejs/sveltePermission 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.
SQLite (via rusqlite)Public Domain (SQLite) / MIT (rusqlite)
SQLite is in the public domain. rusqlite © its contributors.
Local-only session database. SQLite engine is bundled statically with full-text search (FTS5) and WAL journaling.
https://github.com/rusqlite/rusqlitePermission 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.
DOMPurifyApache License 2.0
Copyright © Cure53 and DOMPurify contributors
XSS sanitizer used to render AI-generated meeting summary HTML safely in the desktop app.
https://github.com/cure53/DOMPurifyLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.simple-iconsCC0 1.0 Universal
Released to the public domain by simple-icons contributors
Brand SVG icons (Notion, Google Docs, Linear, Jira, Confluence) used inside WaveLog's integration UI.
https://github.com/simple-icons/simple-iconsReleased under CC0 1.0 Universal — no rights reserved. Full text: https://creativecommons.org/publicdomain/zero/1.0/