1. Download
On the Tool Store page on the official ArtEase website, select ArtEase client and click download to obtain the compressed package.
1.png 2. Install
Extract the files from the compressed package you downloaded and find the artease.exe client file in the ArtEase directory.
2.png 3. Launch
Click artease.exe to launch the client. It can be used after logging in with OpenID.
3.png 4. Run Inspection
Nexo must follow the steps below to run the inspection:
1. Select the relevant group and program;
2. Select inspection address;
3. Start inspection. 5.png Messiah requires an additional step when running the inspection: Select Package path
6.png Inspection results include logs and Excel tables, and supports exporting results.
7.png

5. Run Debug
Select rule debug to enter the single rule debug interface. Rule debugging requires you to select a single file address.
8.png After procedures have been modified, select restart for them to take effect.
9.png

Additional Item: CLI Inspection Command
arteasecli.exe can receive command line calls and output the res_rule.json inspection result file. How to call: Local rule call: arteasecli.exe --engine messiah --group $group_name --scheme $scheme_name --ruleids 123,456 --offline --local-rulefile=res_rule.json --package-path xxxx\Package xxxxxxx\Package\Repository
--group: group name
--scheme: program name
--ruleids: rule ID list
--offline: offline mode --local-rulefile: offline model - rule file --package-path: Messiah package body path, not required for Neox
The section in bold is the inspection path

If you wish to use offline mode, remove --offline and local-rulefile. Online rule call: arteasecli.exe --engine messiah --group $group_name --scheme $scheme_name --ruleids 123,456 --package-path xxxx\Package xxxxxxx\Package\Repository
Once inspection is completed, produce the result file report.json result file and the log art_check.log.
10.png