Drop Bruker .d acquisitions (one, or a folder of many) to convert
them to mzML right in your browser. Handles TDF
(TIMS on, DDA-PASEF) and TSF (TIMS off), converting in
parallel — nothing is uploaded; your data never leaves your
machine.
.d folders here, or click to choose a folder.
| acquisition | type | status | spectra | in | out | time |
|---|
One MS1 spectrum per frame (mobility-summed) and one centroided MS2 spectrum
per PASEF precursor, carrying precursor m/z, charge, isolation window,
collision energy, ion mobility (1/K0) and CCS — the timsconvert DDA model.
Beta converter; for production-critical work cross-check against
timsconvert or msconvert. Each acquisition is held in a single 32-bit address
space (~4 GB), so a single very large .d may exceed browser
memory; for big batches use Stream to folder.
This tool runs entirely in your browser. It is built with the open-source components listed below, whose license terms are reproduced in full. Components offered under a choice of licenses (“MIT OR Apache-2.0”, “Unlicense OR MIT”) are used here under the MIT license.
| Component | Version | License |
|---|---|---|
brukertims | 0.0.1 | BSD-3-Clause |
brukertims-wasm | 0.0.1 | BSD-3-Clause |
bumpalo | 3.20.3 | MIT OR Apache-2.0 |
cfg-if | 1.0.4 | MIT OR Apache-2.0 |
futures-core | 0.3.34 | MIT OR Apache-2.0 |
futures-task | 0.3.34 | MIT OR Apache-2.0 |
futures-util | 0.3.34 | MIT OR Apache-2.0 |
js-sys | 0.3.104 | MIT OR Apache-2.0 |
once_cell | 1.21.4 | MIT OR Apache-2.0 |
pin-project-lite | 0.2.17 | Apache-2.0 OR MIT |
proc-macro2 | 1.0.107 | MIT OR Apache-2.0 |
quote | 1.0.47 | MIT OR Apache-2.0 |
rustversion | 1.0.23 | MIT OR Apache-2.0 |
ruzstd | 0.7.3 | MIT |
slab | 0.4.12 | MIT |
static_assertions | 1.1.0 | MIT OR Apache-2.0 |
syn | 2.0.119 | MIT OR Apache-2.0 |
twox-hash | 1.6.3 | MIT |
unicode-ident | 1.0.24 | (MIT OR Apache-2.0) AND Unicode-3.0 |
wasm-bindgen | 0.2.127 | MIT OR Apache-2.0 |
wasm-bindgen-macro | 0.2.127 | MIT OR Apache-2.0 |
wasm-bindgen-macro-support | 0.2.127 | MIT OR Apache-2.0 |
wasm-bindgen-shared | 0.2.127 | MIT OR Apache-2.0 |
Applies to the following components:
brukertimsbrukertims-wasmBSD 3-Clause License
Copyright (c) 2026, The Regents of the University of California.
All rights reserved.
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.
3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Copyright is held by the respective authors of each component:
bumpalo — Copyright (c) 2019 Nick Fitzgeraldcfg-if — Copyright (c) 2014 Alex Crichtonfutures-core — Copyright (c) 2016 Alex Crichtonfutures-task — Copyright (c) 2016 Alex Crichtonfutures-util — Copyright (c) 2016 Alex Crichtonjs-sys — Copyright (c) 2014 Alex Crichtononce_cell — Copyright (c) Aleksey Kladovpin-project-lite — Copyright (c) The pin-project-lite authorsproc-macro2 — Copyright (c) David Tolnay, Alex Crichtonquote — Copyright (c) David Tolnayrustversion — Copyright (c) David Tolnayruzstd — Copyright (c) 2019 Moritz Borcherdingslab — Copyright (c) 2019 Carl Lerchestatic_assertions — Copyright (c) 2017 Nikolai Vazquezsyn — Copyright (c) David Tolnaytwox-hash — Copyright (c) 2015 Jake Gouldingunicode-ident — Copyright (c) David Tolnaywasm-bindgen — Copyright (c) 2014 Alex Crichtonwasm-bindgen-macro — Copyright (c) 2014 Alex Crichtonwasm-bindgen-macro-support — Copyright (c) 2014 Alex Crichtonwasm-bindgen-shared — Copyright (c) 2014 Alex CrichtonPermission 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.
Applies to unicode-ident, which is additionally licensed under the Unicode License v3.
UNICODE LICENSE V3
COPYRIGHT AND PERMISSION NOTICE
Copyright © 1991-2023 Unicode, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy of
data files and any associated documentation (the "Data Files") or software and
any associated documentation (the "Software") to deal in the Data Files or
Software without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of the Data Files
or Software, and to permit persons to whom the Data Files or Software are
furnished to do so, provided that either (a) this copyright and permission
notice appear with all copies of the Data Files or Software, or (b) this
copyright and permission notice appear in associated Documentation.
THE DATA FILES AND SOFTWARE ARE 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 OF THIRD
PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE
LIABLE FOR ANY CLAIM, OR ANY SPECIAL 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 THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder shall not be
used in advertising or otherwise to promote the sale, use or other dealings in
these Data Files or Software without prior written authorization of the copyright
holder.