{"id":20109565,"url":"https://github.com/sebadorn/everything-viewer","last_synced_at":"2026-06-12T14:32:31.843Z","repository":{"id":145822850,"uuid":"482088328","full_name":"sebadorn/everything-viewer","owner":"sebadorn","description":"An online viewer for various file formats.","archived":false,"fork":false,"pushed_at":"2025-11-16T12:13:28.000Z","size":10838,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-16T13:19:28.367Z","etag":null,"topics":["csv","eml","ical","javascript","web"],"latest_commit_sha":null,"homepage":"https://sebadorn.github.io/everything-viewer/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sebadorn.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-04-15T21:25:49.000Z","updated_at":"2025-11-16T12:13:32.000Z","dependencies_parsed_at":"2025-02-06T20:23:28.822Z","dependency_job_id":"7845c9a3-35d2-41d2-8391-c011d7f60fa1","html_url":"https://github.com/sebadorn/everything-viewer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sebadorn/everything-viewer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebadorn%2Feverything-viewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebadorn%2Feverything-viewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebadorn%2Feverything-viewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebadorn%2Feverything-viewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sebadorn","download_url":"https://codeload.github.com/sebadorn/everything-viewer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebadorn%2Feverything-viewer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34249560,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csv","eml","ical","javascript","web"],"created_at":"2024-11-13T18:08:51.855Z","updated_at":"2026-06-12T14:32:31.838Z","avatar_url":"https://github.com/sebadorn.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Everything Viewer\n\n**An online viewer for various file formats.**\n\n\u003cimg src=\"./screenshots/2025-07-15_multi.png?raw=true\" alt=\"Screenshot of the web application showing multiple open windows: MIDI player, GIF viewer with single frames, SPLAT viewer using BabylonJS\" height=\"486\" /\u003e\u003cbr\u003e\n\n**Try it: https://sebadorn.github.io/everything-viewer/**\n\nRuns locally in the browser, no files are uploaded to any server. Modules are loaded lazily, so only the contents actually needed for parsing and viewing an opened file will be loaded.\n\n\n## Supported formats\n\n### 📐 3D models\n\n* A simple viewer (Babylon Viewer) for single-file models in the format `.glb`, `.obj`, `.ply`, `.splat` and `.stl`.\n\n### 🤖 AI\n\n* Show the header data of `.gguf` (GGML Universal File) AI model files.\n* Show the header data of `.safetensors` (Safetensors) AI model files.\n\n### 🎧 Audio\n\n* Show the default audio element to play formats supported by the browser.\n* Support Midi files (`.mid`) using Tone.js and a custom player UI.\n\n### 🎨 Image\n\n* Shows an image if the browser supports the format.\n* Offers a tool for `.gif` files to step through each frame.\n\n### 🩺 Medical\n\n* Uses Cornerstone to view DCM/DICOM and NIFTI files (`.dcm`, `.dicom`, `.nii`) including showing a lot of meta data and playing images as animation if multiple are contained.\n\t* Also works if drag \u0026 dropping a directory of DICOM files. Uses an optionally included `dicomdir` file for the order.\n\n### 📎 Office\n\n* Show `.csv` table data as HTML table.\n* Show exported emails in `.eml` format. Lists headers and optionally the body with external resources removed or loaded.\n* Show calendar events (`.ical`, `.ics`, `.ifb`, `.vcs`).\n* Show visiting cards / vCards (`.vcf`).\n* Show the contents of `.msg` files and list its attachments for viewing or extraction. Commonly used format for email exports.\n* Show a PDF viewer for `.pdf` files if the browser has PDF.js integrated.\n\n### 📑 Text/Code\n\n* Show the contents of text files with syntax highlighting for various programming/scripting/configuration/markup languages.\n\n### 🎬 Video\n\n* Show the default video element to play formats supported by the browser.\n\n### 📚 Other\n\n* Show single file web archive files (`.mhtml`, `.mht`).\n* Show meta data of Torrent identifier files (`.torrent`).\n* For `.zip` files show a list of its contents. Does not supported password-protected archives yet.\n\n\n## Libraries/Packages\n\n* Babylon Viewer – https://www.babylonjs.com/viewer/\n* Cornerstone.js – https://www.cornerstonejs.org/\n* CSV – https://github.com/vanillaes/csv\n* dicomParser – https://github.com/cornerstonejs/dicomParser\n* file-type – https://github.com/sindresorhus/file-type\n* highlight.js – https://highlightjs.org/\n* highlightjs-line-numbers.js – https://wcoder.github.io/highlightjs-line-numbers.js/\n* ical.js – https://github.com/mozilla-comm/ical.js\n* JSZip – https://github.com/Stuk/jszip\n* msgreader – https://github.com/HiraokaHyperTools/msgreader\n* omggif – https://github.com/deanm/omggif\n* parse-torrent – https://www.npmjs.com/package/parse-torrent\n* Tone.js – https://github.com/Tonejs/Tone.js\n* Tone.js/Midi – https://github.com/Tonejs/Midi\n\n\n## Setup\n\n```sh\nnpm install\n```\n\n\n## Run locally for development\n\n```sh\n# Build in development mode\nnpx webpack --mode development\n# Change to output directory\ncd dist\n# Run a local webserver on http://localhost:8000\npython3 -m http.server\n```\n\n\n## How to build\n\n```sh\nnpx webpack --mode production\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebadorn%2Feverything-viewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsebadorn%2Feverything-viewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebadorn%2Feverything-viewer/lists"}