AgentPantheon
Local GPT logo

Local GPTבינה מלאכותית מקומית וקוד פתוח לשיחה פרטית ולא מקוונת עם מסמכי‑טקסט באמצעות מודלים בסגנון GPT במכשיר שלך.

4.8 (6)

סקירה

Local GPT הוא פרויקט קוד פתוח המאפשר למשתמשים לשוחח עם המסמכים שלהם לחלוטין על המחשב האישי שלהם. על‑ידי הרצת מודלי שפה מקומיים, הוא מבטל את הצורך לשלוח קבצים רגישים לשירותי ענן של צד שלישי, מה שהופך אותו למתאים במיוחד לתוכן סודי, מוסדר או קנייני. Local GPT מקבל קבצים כגון PDF, מסמכי טקסט ותבניות נפוצות אחרות, בונה הטמעות מקומיות ומשתמש בצינור יצירה משופר‑ב‑שחזור (retrieval‑augmented generation) כדי לענות על שאלות עם הפניות לחומר המקור. מכיוון שהכל פועל באופן אופליין לאחר ההקמה, המשתמשים שומרים על שליטה מלאה בנתונים שלהם ובבחירות המודלים. הוא מיועד למפתחים, חוקרים ולצוותים מודעים לפרטיות המעוניינים באלטרנטיבה ניתנת להתאמה אישית לעוזרי צ'אט מאוחסנים, ומרגישים בנוח לעבוד עם self-hosted software.

תכונות עיקריות

  • ייבוא מסמכים מקומי ויצירת embeddings
  • מענה על שאלות עם Retrieval‑Augmented
  • תמיכה במודלים שונים בסגנון GPT בקוד פתוח
  • הסקה מקומית ללא חיבור לאינטרנט
  • גיבויים ניתנים להתאמה למודלים ול‑vector store
  • ממשק שורת פקודה וניתן לתכנות

תמחור

מודל
Free
קטגוריה
Other
דירוג
4.8 / 5 (6)

מקרי שימוש

סקירת מסמכים משפטיים חסויה

משרדי עורכי דין יכולים לשוחח עם קבצי תיקים והסכמים חסויים ישירות במכשיר, מבלי לחשוף מידע לענן, ולקבל תשובות עם הפניות למקורות.

עוזר מחקר פרטי לאקדמאים

חוקרים יכולים לייבא קבצי PDF של מאמרים והערות באופן מקומי, ולבצע שאילתות באמצעות Retrieval‑Augmented Generation מבלי להעלות עבודות שלא פורסמו לשירותי צד שלישי.

בסיס ידע לתעשיות מוסדרות

צוותים בתחום הבריאות או הפיננסים יכולים לבנות מערכת Q&A של מסמכים ללא חיבור אינטרנט על חומרי קניין, לשמור על שליטה מלאה בנתונים ולהתאים לדרישות פרטיות קפדניות.

ניסויים של מפתחים עם LLMs מקומיים

מפתחים יכולים לתכנת ולהתאים אישית צינור RAG, להחליף מודלים פתוחים בסגנון GPT וגיבויי vector store דרך ה‑CLI, כדי לבנות אבטיפוס של יישומי AI פרטיים.

יתרונות וחסרונות

יתרונות

  • מקומי ופרטי לחלוטין כברירת מחדל
  • קוד פתוח וניתן להתאמה
  • עובד ללא חיבור אינטרנט לאחר ההתקנה הראשונית
  • תומך במגוון פורמטים של מסמכים
  • בחירה גמישה במודלים הבסיסיים

חסרונות

  • דורש חומרה מקומית חזקה
  • ההתקנה דורשת ידע טכני למי שאינו מפתח
  • הביצועים תלויים במודל שנבחר
  • תמיכה רשמית מוגבלת ביחס לכלים מסחריים

ביקורות

4.8

ממוצע מ-6 דירוגים.

5
5
4
1
3
0
2
0
1
0

התחבר כדי להשאיר ביקורת.

Y

Yuki Mori

Mar 27, 2026

Use it every day

Honestly didn't expect to like it this much. Command-line and scriptable interface is exactly what I needed, and works offline after initial setup. but I reach for it almost every day now and it just clicks.

R

Robert Ainsworth

Feb 13, 2026

Skeptical, then convinced

I went in skeptical — most tools in this space overpromise. It actually delivers on configurable model and vector store backends, and flexible choice of underlying models caught me off guard. still, I'd recommend giving it a real trial.

E

Esther Adeyemi

Feb 7, 2026

Skeptical, then convinced

I went in skeptical — most tools in this space overpromise. It actually delivers on command-line and scriptable interface, and works offline after initial setup caught me off guard. still, I'd recommend giving it a real trial.

W

Wei Chen

Nov 29, 2025

Years in this space

I've evaluated a lot of these over the years. What stands out here is offline, on-device inference — handled better than most — and fully local and private by default. Worth the time if this is your use case.

N

Naomi Suzuki

Aug 25, 2025

Does the job

Pretty happy overall. Configurable model and vector store backends just works and fully local and private by default. Setup is technical for non-developers can be annoying, but no dealbreakers — I'd recommend it to a friend without hesitating.

A

Aaliyah Johnson

Jun 3, 2025

Solid for our team

We rolled this out across the team last quarter and supports multiple document formats. Offline, on-device inference fits neatly into how we already work, and offline, on-device inference removed a step we used to do by hand. but it has held up under daily use.

שאלות ותשובות

What hardware and technical skills do I need to run it?

You need capable local hardware to run GPT-style models and handle embeddings, and the setup is technical—best suited to developers or researchers comfortable with self-hosted software, command-line tools, and configuring model and vector store backends.

What file types and use cases does it support?

It ingests common formats like PDFs and text documents, builds local embeddings, and answers questions with references via retrieval-augmented generation. It's aimed at private, offline document chat for confidential, regulated, or proprietary content.

Is Local GPT free to use, and what are the licensing terms?

Local GPT is an open-source project, so you can download and run it without paying licensing fees. Your only costs are the local hardware required to run the models and any time spent on setup and configuration.

שאל שאלה

חלופות לOther