> For the complete documentation index, see [llms.txt](https://summit-labs.frida.ninja/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://summit-labs.frida.ninja/frida-tool-reference/installation-and-common-flags.md).

# Installation & Common Flags

The frida-tools suite comes from this repo:

{% embed url="<https://github.com/frida/frida-tools>" %}

Assuming you have Python 3+ installed, you can install frida-tools with the following command:

```
pip install frida-tools
```

Once installed, you now have ready access to the frida tools suite.

These include:

| Tool Name   | Description                                                       | More Info                                           |
| ----------- | ----------------------------------------------------------------- | --------------------------------------------------- |
| frida-ps    | List running processes                                            | [frida-ps](/frida-tool-reference/frida-ps.md)       |
| frida-trace | Seek out and trace functions en masse based on keyword searching. | [frida-trace](/frida-tool-reference/frida-trace.md) |
| frida       | Frida REPL (Read-Eval-Print-Loop)                                 | [frida](/frida-tool-reference/frida.md)             |
