How can we help?お困りですか?
Most answers are below. Anything else — email us.だいたいの答えは下にあります。なければメールで。
What file types does BigLeaf open?どんなファイルが開けますか?
JSONL / NDJSON, root-array JSON exports, and single JSON documents. Detection is by content, not extension — .log or .txt files full of JSON lines work fine.JSONL / NDJSON、ルートが配列のJSONエクスポート、単一JSONドキュメント。拡張子ではなく中身で判定するので、JSON行が詰まった.logや.txtもそのまま開けます。
Can BigLeaf open compressed files (.gz / .zst)?圧縮ファイル(.gz / .zst)は開けますか?
.gz opens directly — BigLeaf decompresses it once into its local cache, then treats it exactly like the raw file (the cache is purged from File → Open Recent → Clear Menu). zstd needs a one-time decompress first: zstd -d -k yourfile.jsonl.zst — then drop the result into BigLeaf..gzはそのまま開けます — 一度だけローカルキャッシュに展開し、以後は生ファイルと同じように扱います(キャッシュは「ファイル → 最近使った項目を開く → メニューを消去」で削除)。zstdは先に一度展開してください: zstd -d -k yourfile.jsonl.zst — できたファイルをBigLeafへ。
What's free, and what's paid?無料と有料の違いは?
Version 1.2.0 and later lets you view and search files of any size without a purchase. Until that update is released, the public App Store version remains 1.0.0, with size-limited evaluation and a paid Pro option.バージョン1.2.0以降では、購入せずにどんなサイズのファイルでも閲覧・検索できます。このアップデートが公開されるまでは、App Storeの公開版は1.0.0で、サイズ制限付きの試用と有料のProオプションがあります。
How do I restore my purchase on a new Mac?新しいMacで購入を復元するには?
For version 1.0.0 only: sign in with the same Apple account used for the purchase, open a file that shows the purchase notice, and click Restore. Version 1.2.0 and later needs no purchase restoration to view or search files.バージョン1.0.0のみ: 購入時と同じAppleアカウントでサインインし、購入案内が表示されるファイルを開いて復元を押してください。バージョン1.2.0以降の閲覧・検索機能に購入の復元は不要です。
Some lines in my file are broken / not valid JSON.壊れた行・不正なJSONが混ざっています
That's fine. Unparseable lines stay in the list as raw text and never stop the viewer. Real-world logs are messy — BigLeaf assumes so.問題ありません。パースできない行はrawテキストのまま一覧に残り、処理は止まりません。現実のログは汚いもの — BigLeafはそれ前提です。
The file is on a network drive / cloud folder.ネットワークドライブ/クラウド上のファイルは?
It will open best-effort with a warning. For huge files, copying to local SSD first is strongly recommended.警告付きのベストエフォートで開きます。巨大ファイルはローカルSSDへコピーしてからを強く推奨します。
The file grew after I opened it. Where are the new lines?開いた後にファイルが伸びました。新しい行は?
BigLeaf shows a snapshot of the moment you opened the file. Press ⌘R (Reload) to index just the appended part.表示は開いた時点のスナップショットです。⌘R(再読み込み)で追記分だけを差分索引します。
What does BigLeaf require?動作環境は?
macOS 14 or later, Apple silicon or Intel. BigLeaf is read-only and never modifies your files — it ships without the network entitlement, so your data stays on your Mac.macOS 14以降、Apple silicon / Intel両対応。読み取り専用でファイルを変更することはなく、network entitlementなしで配布されるためデータはMacの外に出ません。
Are there sample files I can try?試用できるサンプルデータはありますか?
Yes. The official Sample files let you try browsing, search, broken-line handling, and gzip. Available behavior depends on the installed version. The page also lists each file's measured size and SHA-256 checksum.はい。公式のサンプルファイルで、閲覧、検索、壊れた行の処理、gzipを試せます。動作はインストール済みのバージョンによって異なります。各ファイルの実測サイズとSHA-256チェックサムも掲載しています。