mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-22 16:03:39 +01:00
178 lines
7.4 KiB
Markdown
178 lines
7.4 KiB
Markdown
<br />
|
||
<img src="../../assets/images/logo-transparent.png" width="80"/>
|
||
|
||
### Bruno - API の検証・動作テストのためのオープンソース IDE.
|
||
|
||
[![GitHub version](https://badge.fury.io/gh/usebruno%2Fbruno.svg)](https://badge.fury.io/gh/usebruno%bruno)
|
||
[![CI](https://github.com/usebruno/bruno/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/usebruno/bruno/actions/workflows/tests.yml)
|
||
[![Commit Activity](https://img.shields.io/github/commit-activity/m/usebruno/bruno)](https://github.com/usebruno/bruno/pulse)
|
||
[![X](https://img.shields.io/twitter/follow/use_bruno?style=social&logo=x)](https://twitter.com/use_bruno)
|
||
[![Website](https://img.shields.io/badge/Website-Visit-blue)](https://www.usebruno.com)
|
||
[![Download](https://img.shields.io/badge/Download-Latest-brightgreen)](https://www.usebruno.com/downloads)
|
||
|
||
[English](../../readme.md)
|
||
| [Українська](./readme_ua.md)
|
||
| [Русский](./readme_ru.md)
|
||
| [Türkçe](./readme_tr.md)
|
||
| [Deutsch](./readme_de.md)
|
||
| [Français](./readme_fr.md)
|
||
| [Português (BR)](./readme_pt_br.md)
|
||
| [한국어](./readme_kr.md)
|
||
| [বাংলা](./readme_bn.md)
|
||
| [Español](./readme_es.md)
|
||
| [Italiano](./readme_it.md)
|
||
| [Română](./readme_ro.md)
|
||
| [Polski](./readme_pl.md)
|
||
| [简体中文](./readme_cn.md)
|
||
| [正體中文](./readme_zhtw.md)
|
||
| [العربية](./readme_ar.md)
|
||
| **日本語**
|
||
| [ქართული](./readme_ka.md)
|
||
|
||
Bruno は革新的な API クライアントです。Postman を代表する API クライアントツールの現状に一石を投じることを目指しています。
|
||
|
||
Bruno はローカルフォルダに直接コレクションを保存します。API リクエストの情報を保存するために Bru というプレーンテキストのマークアップ言語を採用しています。
|
||
|
||
Git や任意のバージョン管理システムを使って API コレクションを共同開発することもできます。
|
||
|
||
Bruno はオフラインのみで利用できます。Bruno にクラウド同期機能を追加する予定はありません。私たちはデータプライバシーを尊重しており、データはローカルに保存されるべきだと考えています。私たちの長期的なビジョンは[こちら](https://github.com/usebruno/bruno/discussions/269)をご覧ください。
|
||
|
||
[Bruno をダウンロード](https://www.usebruno.com/downloads)
|
||
|
||
📢 India FOSS 3.0 Conference での発表の様子は[こちら](https://www.youtube.com/watch?v=7bSMFpbcPiY)から
|
||
|
||
![bruno](/assets/images/landing-2.png) <br /><br />
|
||
|
||
### ゴールデンエディション ✨
|
||
|
||
機能のほとんどが無料で使用でき、オープンソースとなっています。
|
||
私たちは[オープンソースの原則と長期的な維持](https://github.com/usebruno/bruno/discussions/269)の間でうまくバランスを取ろうと努力しています。
|
||
|
||
[ゴールデンエディション](https://www.usebruno.com/pricing)を **19 ドル** (買い切り)で購入できます!
|
||
|
||
### インストール方法
|
||
|
||
Bruno は[私たちのウェブサイト](https://www.usebruno.com/downloads)からバイナリをダウンロードできます。Mac, Windows, Linux に対応しています。
|
||
|
||
Homebrew, Chocolatey, Scoop, Snap, Flatpak, Apt などのパッケージマネージャからもインストール可能です。
|
||
|
||
```sh
|
||
# MacでHomebrewを使ってインストール
|
||
brew install bruno
|
||
|
||
# WindowsでChocolateyを使ってインストール
|
||
choco install bruno
|
||
|
||
# WindowsでScoopを使ってインストール
|
||
scoop bucket add extras
|
||
scoop install bruno
|
||
|
||
# Windowsでwingetを使ってインストール
|
||
winget install Bruno.Bruno
|
||
|
||
# LinuxでSnapを使ってインストール
|
||
snap install bruno
|
||
|
||
# LinuxでFlatpakを使ってインストール
|
||
flatpak install com.usebruno.Bruno
|
||
|
||
# LinuxでAptを使ってインストール
|
||
sudo mkdir -p /etc/apt/keyrings
|
||
sudo gpg --no-default-keyring --keyring /etc/apt/keyrings/bruno.gpg --keyserver keyserver.ubuntu.com --recv-keys 9FA6017ECABE0266
|
||
|
||
echo "deb [signed-by=/etc/apt/keyrings/bruno.gpg] http://debian.usebruno.com/ bruno stable" | sudo tee /etc/apt/sources.list.d/bruno.list
|
||
|
||
sudo apt update
|
||
sudo apt install bruno
|
||
```
|
||
|
||
### マルチプラットフォームでの実行に対応 🖥️
|
||
|
||
![bruno](/assets/images/run-anywhere.png) <br /><br />
|
||
|
||
### Git との連携が可能 👩💻🧑💻
|
||
|
||
または任意のバージョン管理システムにも対応しています。
|
||
|
||
![bruno](/assets/images/version-control.png) <br /><br />
|
||
|
||
### スポンサー
|
||
|
||
#### ゴールドスポンサー
|
||
|
||
<img src="../../assets/images/sponsors/samagata.png" width="150"/>
|
||
|
||
#### シルバースポンサー
|
||
|
||
<img src="../../assets/images/sponsors/commit-company.png" width="70"/>
|
||
|
||
#### ブロンズスポンサー
|
||
|
||
<a href="https://zuplo.link/bruno">
|
||
<img src="../../assets/images/sponsors/zuplo.png" width="120"/>
|
||
</a>
|
||
|
||
### 主要リンク 📌
|
||
|
||
- [私たちの長期ビジョン](https://github.com/usebruno/bruno/discussions/269)
|
||
- [ロードマップ](https://github.com/usebruno/bruno/discussions/384)
|
||
- [ドキュメント](https://docs.usebruno.com)
|
||
- [Stack Overflow](https://stackoverflow.com/questions/tagged/bruno)
|
||
- [ウェブサイト](https://www.usebruno.com)
|
||
- [料金設定](https://www.usebruno.com/pricing)
|
||
- [ダウンロード](https://www.usebruno.com/downloads)
|
||
- [Github スポンサー](https://github.com/sponsors/helloanoop).
|
||
|
||
### Showcase 🎥
|
||
|
||
- [体験談](https://github.com/usebruno/bruno/discussions/343)
|
||
- [ナレッジベース](https://github.com/usebruno/bruno/discussions/386)
|
||
- [スクリプト集](https://github.com/usebruno/bruno/discussions/385)
|
||
|
||
### サポート ❤️
|
||
|
||
もし Bruno を気に入っていただいて、オープンソースの活動を支援していただけるなら、[Github Sponsors](https://github.com/sponsors/helloanoop)でスポンサーになることを考えてみてください。
|
||
|
||
### 体験談のシェア 📣
|
||
|
||
Bruno が職場やチームで役立っているのであれば、[GitHub discussion 上であなたの体験談](https://github.com/usebruno/bruno/discussions/343)をシェアしていただくようお願いします。
|
||
|
||
### 新しいパッケージマネージャへの公開
|
||
|
||
詳しくは[こちら](../publishing/publishing_ja.md)をご覧ください。
|
||
|
||
### 連絡先 🌐
|
||
|
||
[𝕏 (Twitter)](https://twitter.com/use_bruno) <br />
|
||
[Website](https://www.usebruno.com) <br />
|
||
[Discord](https://discord.com/invite/KgcZUncpjq) <br />
|
||
[LinkedIn](https://www.linkedin.com/company/usebruno)
|
||
|
||
### 商標について
|
||
|
||
**名前**
|
||
|
||
`Bruno`は[Anoop M D](https://www.helloanoop.com/)は取得している商標です。
|
||
|
||
**ロゴ**
|
||
|
||
ロゴの出典は[OpenMoji](https://openmoji.org/library/emoji-1F436/)です。CC [BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)でライセンスされています。
|
||
|
||
### 貢献するには 👩💻🧑💻
|
||
|
||
Bruno を改善していただけるのは歓迎です。[コントリビュートガイド](../contributing/contributing_ja.md)をご覧ください。
|
||
|
||
もしコードによる貢献ができない場合でも、あなたのユースケースを解決するために遠慮なくバグ報告や機能リクエストを出してください。
|
||
|
||
### 開発者
|
||
|
||
<div align="center">
|
||
<a href="https://github.com/usebruno/bruno/graphs/contributors">
|
||
<img src="https://contrib.rocks/image?repo=usebruno/bruno" />
|
||
</a>
|
||
</div>
|
||
|
||
### ライセンス 📄
|
||
|
||
[MIT](../../license.md)
|