Home
Softono

Kaitai Struct Webide

Open source TypeScript
313
Stars
64
Forks
91
Issues
19
Watchers
8 months
Last Commit

 About Kaitai Struct Webide

Online editor / visualizer for Kaitai Struct .ksy files

Platforms

Web Self-hosted

Languages

TypeScript

Need Help Installing Kaitai Struct Webide?

We provide expert installation service for this software. Our team will install, configure, and secure Kaitai Struct Webide on your server. plans start at just $30.

Kaitai Struct Webide

View on GitHub

Kaitai Struct WebIDE

Online editor / visualizer for Kaitai Struct .ksy files

Build Status Known Vulnerabilities

features

See the Features wiki page

community

Visit us on Gitter

demo

ide.kaitai.io

run locally (without compiling / modifying the source code)

  • Clone deploy version: git clone https://github.com/kaitai-io/ide-kaitai-io.github.io
    • stable release: /, devel release: /devel/,
  • Serve on a webserver (e.g. python3 -m http.server 8000)
  • Go to http://localhost:8000/

compile and run locally

  • git clone --recursive https://github.com/kaitai-io/kaitai_struct_webide
  • npm install
  • node serve.js --compile
  • Go to http://127.0.0.1:8000/

screenshots

Example screenshot of a .zip file Example screenshot of a .png file

For more screenshots visit the Features wiki page