Skip to content

Quick Start

Installation

TINKER supports Windows x64, macOS Apple silicon, macOS Intel chip and Linux platforms. After downloading and installing, simply click the desktop icon to start using it.

Basic Usage

TINKER is designed to be as simple and efficient as possible:

  1. Use the keyboard shortcut to bring up TINKER.
  2. Type the name of the tool you need in the search bar.
  3. Press Enter to open the selected tool.
  4. After use, TINKER will automatically hide itself.

You can customize the keyboard shortcut in the settings.

User Interface

TINKER's main interface consists of a search bar and a list of available tools. Simply start typing to filter tools, and press Enter to launch the one you need.

Click the icon to open settings, where you can configure the application's theme, language, keyboard shortcuts, and manage plugins.

Installing Plugins

In addition to built-in tools, TINKER supports installing more plugins via npm:

bash
npm i -g tinker-whois
npm i -g tinker-drawio
npm i -g tinker-deepseek

Once installed, plugins will automatically appear in the search interface.

Web-based plugins (e.g. tinker-deepseek) do not support offline use.

Released under the AGPL-3.0 License.