ThatDNS/aboutcode-manager
:bar_chart: AboutCode Manager is a desktop app used to visualize, review and conclude license and origin from software code scans by the ScanCode toolkit and AboutCode Data
AboutCode Manager provides an advanced visual UI to help you quickly evaluate
license and other notices identified by
ScanCode and record your conclusion
about the effective license(s) for a component.
ScanCode detects licenses, copyrights
and other interesting information in your code. AboutCode Manager allows you to take the
scan results from ScanCode and create components. By creating these components
within your codebase, you are creating a software inventory of your product.
The conclusions (Concluded License, Concluded Owner, etc.) you make when
creating your component can be exported as a JSON file or saved as SQLite file.
AboutCode Manager is based on
Electron and will be the primary desktop/GUI tool
for using nexB’s AboutCode tools. This app
works on Windows, OS X and Linux operating systems.
Using
- You can download the latest release
for your operating system or build it yourself (see below). Once downloaded, you
can findAboutCode-Managerunderdist/AboutCode-Manager-<os>-x64-<version>. - AboutCode Manager >= v2 is only compatible with scans from
ScanCode v2.0.0 and
above which are run with the ScanCode-ioption. For a list of available ScanCode
options see How To: Set what will be detected in a scan
./scancode -clipeu <input> <output_file>- We have provided a set of sample scans that you can quickly review in
AboutCode Manager in order to get a sense of its functionality and the types of
information captured by a scan. The samples are located at
https://github.com/nexB/aboutcode-manager/tree/develop/samples. - Import a ScanCode JSON file, and see what components are in your software! See
the wiki for more
documentation on how to use AboutCode Manager.
Building
You'll need Node.js (which comes with npm)
installed on your computer in order to build this app. For a list of platform
specific requirements, see the Building section of the wiki.
Then, from your command line:
# Clone this repository
git clone https://github.com/nexB/aboutcode-manager.git
# Go into the repository
cd aboutcode-manager
# Install dependencies and run the app
npm install
# Rebuild native Node.js modules against the app version of Node.js
# MacOS, Linux and Git Bash on Windows
$(npm bin)/electron-rebuild
# Windows except for Git Bash
.\node_modules\.bin\electron-rebuild.cmd
# Run the app
npm startRelease instructions
You can build a dist directory containing executables for any one of three
target platforms by running:
$ python build.pyAfter building is done, you can find AboutCode-Manager under
dist/AboutCode-Manager-<os>-x64-<version>. Archives (tar.gz and .zip) are
also built.
Note: A build for any of the three target platforms must be executed on the
targeted platform.
Testing
Test functionality using:
$ npm testLicense
- Apache-2.0
- Multiple licenses (LGPL, MIT, BSD, etc.) for third-party components.
See the NOTICE file for more details.
Support
If you have a question, a suggestion or find a bug, enter an issue.
For questions and chats, you can join the Gitter channel at https://gitter.im/aboutcode-org/discuss



