Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 2.15 KB

README.md

File metadata and controls

51 lines (41 loc) · 2.15 KB

    ReportBook

Simplistic automated diagnostic tool for Windows and macOS written in Tauri and Rust


ReportBook is a process used to diagnose a variety of possible issues on your device. You can find an example here.

This program was designed with the intention of being used by software support teams, but is available to anyone who wishes to use it. Source code can be viewed on GitHub should you be interested in how it works.

All Windows releases have submitted to Microsoft for review, further ensuring your security.

Collected Information

  • Running Processes
  • Installed Apps
  • Hosts File
  • Hardware Information (OS, CPU, GPU, RAM)

Your system username will be exempt from output.

Usage

Windows

  1. Download the latest release here.
  2. Double-click the downloaded executable.

Important

Smartscreen Warning

Yeah. I know. I cannot afford a signing certificate, as they cost upwards of $300 USD. This does not mean the code isn't secure, or that you can't trust it. It means I haven't paid the price.

Select more info, and select run anyway.

  1. Type in your preferred username and select Continue.
  2. When the program has finished, select Upload to PasteBook at the bottom.
  3. Copy this link and give it to whoever requested the log.

macOS

  1. Press ⌘ + Space, type in Terminal, and press Enter. Copy and paste the following command into the terminal and press Enter.
curl -O -s https://raw.githubusercontent.com/Loudbooks/ReportBook/master/macos-run.sh ; sh ./macos-run.sh ; rm ./macos-run.sh
  1. Type in your preferred username and select Continue.
  2. When the program has finished, select Upload to PasteBook at the bottom.
  3. Copy this link and give it to whoever requested the log.