Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 21 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ Web: <https://hardviz.com/>
- [Installation Guide](#installation-guide)
- [Download](#download)
- [Windows Installation](#windows-installation)
- [Using the Installer](#using-the-installer)
- [Using Winget](#using-winget)
- [Linux Installation](#linux-installation)
- [First-time Setup](#first-time-setup)
- [Features](#features)
Expand Down Expand Up @@ -68,11 +70,22 @@ Choose your platform and download the latest installer:

### Windows Installation

#### Using the Installer

1. Download `HardwareVisualizer_x.x.x_x64-setup_windows.exe` or `HardwareVisualizer_x.x.x_x64_en-US_windows.msi` from the download page
2. Run the installer (`.exe` or `.msi` file)
3. Follow the installation wizard
4. Launch **HardwareVisualizer** from Start Menu or Desktop shortcut

#### Using Winget

You can also install using Windows Package Manager (Winget).
Run the following command in PowerShell or Command Prompt:

```powershell
winget install shm11C3.HardwareVisualizer
```

> [!NOTE]
> No additional permissions required on Windows

Expand Down Expand Up @@ -184,14 +197,14 @@ Flexible graph customization available.

## Roadmap

| Item | Target |
| ---------------------------- | -------- |
| macOS Support | ✅ Done |
| AMD GPU compatible | WIP (Preview) |
| Fan / Temp Full Cross Vendor | Research |
| Game Mode | Planned |
| Power Consumption Estimation | Idea |
| Plugin System | Idea |
| Item | Target |
| ---------------------------- | ------------- |
| macOS Support | ✅ Done |
| AMD GPU compatible | WIP (Preview) |
| Fan / Temp Full Cross Vendor | Research |
| Game Mode | Planned |
| Power Consumption Estimation | Idea |
| Plugin System | Idea |

## Contributing

Expand Down
13 changes: 13 additions & 0 deletions docs/README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ Web サイト: <https://hardviz.com/>
- [インストールガイド](#インストールガイド)
- [ダウンロード](#ダウンロード)
- [Windows へのインストール](#windows-へのインストール)
- [インストーラを使用する](#インストーラを使用する)
- [Winget コマンドを使用する](#winget-コマンドを使用する)
- [Linux へのインストール](#linux-へのインストール)
- [初期設定](#初期設定)
- [機能一覧](#機能一覧)
Expand Down Expand Up @@ -64,11 +66,22 @@ Web サイト: <https://hardviz.com/>

### Windows へのインストール

#### インストーラを使用する

1. ダウンロードページから `HardwareVisualizer_x.x.x_x64-setup_windows.exe` または `HardwareVisualizer_x.x.x_x64_en-US_windows.msi` をダウンロードします。
2. インストーラー(`.exe` または `.msi` ファイル)を実行します。
3. インストールウィザードの指示に従います。
4. スタートメニューまたはデスクトップのショートカットから **HardwareVisualizer** を起動します。

#### Winget コマンドを使用する

Windows の場合、Windows Package Manager(Winget)を使用してインストールすることもできます。  
PowerShell またはコマンドプロンプトで以下のコマンドを実行してください。

```powershell
winget install shm11C3.HardwareVisualizer
```

> [!NOTE]
> Windows では追加の権限は必要ありません。

Expand Down