I made a cross-platform app (python+Qt6) that converts a DOI number/arXiV ID/journal URL to BibTeX. It may come handy to researchers while referencing papers in LaTeX.

It accepts input in many forms, such as
- DOI, e.g.
10.1038/nphys1170 - DOI link, e.g.
https://doi.org/10.1038/nphys1170 - arXiv link, e.g.
https://arxiv.org/abs/2411.08091 - arXiv ID, e.g.
arxiv:2411.08091orarXiv:2411.08091or just2411.08091 - Old arXiv ID format, such as,
hep-th/9901001 - Journal link (works with APS journals, Nature journals, and PNAS, and more), e.g.
journals.aps.org/prl/abstract/10.1103/v6r7-4ph9
It uses doi2bib3 as its backend.
Installation:
Available on the AUR: yay -S quickbib.
Also available on Flathub and Snap store (also available on Windows and macOS).
Homepage: https://archisman-panigrahi.github.io/QuickBib/
Any feedback is welcome!