.env Converter
Convert .env files to JSON, YAML, TOML, shell export, and Docker ENV instantly in your browser. Nothing is uploaded — all conversion is client-side.
Frequently Asked Questions
Is my data safe?
Yes. All conversion happens entirely in your browser using JavaScript. Nothing is sent to any server. You can even use this tool offline.
Does it support multiline values?
Yes, quoted multiline values in .env files are supported. For example: CERT="line1\nline2".
What happens with comments?
Comments (lines starting with #) are stripped during conversion. They are not preserved in the output format.