A cross-platform desktop application of tools for developers

? Online Web

Echoo.app provides online version of the same tools echoo.app

? Offline Client / Download

Client version of Echoo.app provides full offline features, download them from the release page.


Examples

  • JSON Validation
  • Base64 Encode/Decode

? Features / Todos

Click link to check screenshots

Formatters

Generators

  • UUID/ULID Generator/Decoder
  • Hash Generator

Converters

  • Number Base Converter
  • Unix Time Converter
  • JSON <- -> YAML

?‍? Development

Architecture / Workspace

/api

gRPC API for both client and https://echoo.app

/src-tauri

tauri source directory for offline clients

/web-src

React + Typescript source for frontend UI

Build bundle

  • MacOS / Linux

git clone [email protected]:echoo-app/echoo-app.git && \
cd echoo-app && \
make build-bundle
  • Windows

git clone https://github.com/echoo-app/echoo-app.git  && \
cd echoo-app  && \
yarn install && cd web-src && yarn build && cd .. && yarn tauri build

Check bundle file in target/release directory

LICENSE

AGPL-3.0

GitHub

View Github