New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

dataformatx

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dataformatx

The Intelligent File Converter. Secure, local, and powered by AI.

latest
npmnpm
Version
1.0.7
Version published
Maintainers
1
Created
Source

DataFormatX 💠

The Intelligent, Private File Converter.

What is this?

DataFormatX uses AI to convert files between complex data formats (JSON, XML, CSV) or documents (Markdown, HTML, LaTeX) directly in your browser.

It is designed with a Local-First architecture:

  • Private: Data never leaves your machine (if using Local LLMs) or goes strictly to your chosen provider (Gemini/OpenAI).
  • Secure: We do not store, log, or cache your files.
  • No Middleman: You bring your own keys/models.

Quick Start

Run instantly (No install required):

npx dataformatx

Or run from source:

git clone https://github.com/your-username/dataformatx.git
cd dataformatx
npm install
npm start

Privacy & Security

  • Processing: All data parsing and UI rendering happens locally in your browser.
  • AI Providers:
    • Local LLMs (Ollama/LM Studio): Data never leaves your network.
    • Gemini/OpenAI: Data is sent directly to the provider for conversion only.
  • Storage: API Keys are stored in your browser's localStorage.
  • Analytics: This tool contains zero telemetry or tracking.

License

MIT.

Keywords

ai

FAQs

Package last updated on 15 Dec 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts