-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
321 lines (297 loc) · 13.3 KB
/
Copy pathindex.html
File metadata and controls
321 lines (297 loc) · 13.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
---
layout: default
title: Home
---
<div class="hero-section">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
<h1 class="display-5 fw-bold mb-4">
<span class="d-block">API Client + LLM Agent</span>
<span class="d-block fs-1 fw-normal mt-2">
<span class="animated-adjective">Simple</span>
</span>
</h1>
<p class="lead mb-4">
Run existing collections <strong><em>as-is</em></strong>. Connect your LLM to automate browsers and test APIs. <strong>100% local</strong> — your secrets never touch the cloud.
</p>
<div class="d-flex gap-3 mb-4">
<button id="download-btn" class="btn btn-primary btn-lg">
<i class="bi bi-download me-2"></i>
<span id="download-text">Download for <span id="os-name">Your OS</span></span>
</button>
<button class="btn btn-outline-primary btn-lg" data-bs-toggle="modal" data-bs-target="#downloadModal">
<i class="bi bi-list me-2"></i>All Downloads
</button>
<button class="btn btn-outline-success btn-lg" data-bs-toggle="modal" data-bs-target="#videoModal">
<i class="bi bi-play-circle me-2"></i>Watch Video
</button>
</div>
<p class="text-muted small">
<i class="bi bi-shield-lock me-1"></i>100% Local • Free Forever • LLM & MCP Ready • Enterprise ready • macOS • Windows • Linux
</p>
<p class="text-muted small">
Latest version: <strong><a href="https://github.com/karatelabs/xplorer/releases" class="text-decoration-none" id="version-link"><span id="version-number">2.0.1</span></a></strong> (<span id="release-date">2025-01-15</span>)
</p>
<div class="mt-3">
<a href="https://www.producthunt.com/products/xplorer-api-client-done-right?embed=true&utm_source=badge-featured&utm_medium=badge&utm_source=badge-xplorer-api-client-done-right" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=1040745&theme=light&t=1764059463149" alt="Xplorer - API Client, Done Right - A Secure, 100% Local API Client | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
</div>
</div>
<div class="col-lg-6">
<img src="{{ '/assets/images/docs/xplorer-ui.png' | relative_url }}" alt="Karate Xplorer Interface" class="img-fluid rounded shadow-lg">
</div>
</div>
</div>
</div>
<div class="container my-5" id="features">
<h2 class="text-center mb-5">Why Xplorer?</h2>
<div class="row g-4">
<div class="col-md-4">
<div class="text-center">
<div class="feature-icon text-primary">
<i class="bi bi-cash-coin"></i>
</div>
<h4>No Limits. No Paywalls.</h4>
<p class="text-muted">No sign-in required. Core features are free, forever. No artificial limits on API requests or test runs. No telemetry.</p>
</div>
</div>
<div class="col-md-4">
<div class="text-center">
<div class="feature-icon text-primary">
<i class="bi bi-shield-lock"></i>
</div>
<h4>100% Local - Zero Cloud</h4>
<p class="text-muted">API keys, secrets and payloads stay on your machine. No CORS issues, no cloud access, and no agents to configure. Test localhost or anything within your firewall.</p>
</div>
</div>
<div class="col-md-4">
<div class="text-center">
<div class="feature-icon text-primary">
<i class="bi bi-arrow-repeat"></i>
</div>
<h4>Zero Migration Effort</h4>
<p class="text-muted">Import and run existing collections and environments instantly. All standard formats and JS assertion syntax supported.</p>
</div>
</div>
</div>
<div class="row g-4 mt-4">
<div class="col-md-4">
<div class="text-center">
<div class="feature-icon text-primary">
<i class="bi bi-robot"></i>
</div>
<h4>LLM Agent & MCP</h4>
<p class="text-muted">Connect Claude Code, Copilot, or any LLM via curl or MCP. Your AI agent controls a real browser to explore, test, and automate — you describe the task in plain English.</p>
</div>
</div>
<div class="col-md-4">
<div class="text-center">
<div class="feature-icon text-primary">
<i class="bi bi-ui-checks"></i>
</div>
<h4>Familiar Interface</h4>
<p class="text-muted">No need to learn a new UX. Simple UI with dark mode and theme support. Keyboard shortcuts, adjust font size, great for demos.</p>
</div>
</div>
<div class="col-md-4">
<div class="text-center">
<div class="feature-icon text-primary">
<i class="bi bi-pencil-square"></i>
</div>
<h4>Edit & Maintain</h4>
<p class="text-muted">Edit existing tests and collections in-place. Preserve investments in API tests for as long as needed. Choose if (and when) to migrate.</p>
</div>
</div>
</div>
<div class="row g-4 mt-4">
<div class="col-md-4">
<div class="text-center">
<div class="feature-icon text-primary">
<i class="bi bi-building"></i>
</div>
<h4>Enterprise Ready</h4>
<p class="text-muted">Simple install. Signed desktop app for Mac, Windows, and Linux. Ready for enterprise deployment.</p>
</div>
</div>
</div>
</div>
<div class="cta-section py-5 mt-5">
<div class="container text-center">
<h2 class="mb-4">Ready to Get Started?</h2>
<p class="lead mb-4">Download Xplorer and start using your existing collections today.</p>
<button id="download-btn-bottom" class="btn btn-primary btn-lg">
<i class="bi bi-download me-2"></i>
<span id="download-text-bottom">Download v<span id="version-bottom">2.0.1</span> Now</span>
</button>
<p class="mt-3 text-muted small">
<a href="https://github.com/karatelabs/xplorer/releases" class="text-decoration-none">View all releases</a> •
<a href="{{ '/docs/faq' | relative_url }}" class="text-decoration-none">Have questions? Check our FAQ</a>
</p>
</div>
</div>
<!-- Video Modal -->
<div class="modal fade" id="videoModal" tabindex="-1" aria-labelledby="videoModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="videoModalLabel">Video Demo</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body p-0">
<div class="ratio ratio-16x9">
<iframe id="youtubeVideo" src="" title="Xplorer Demo" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
<!-- Download Modal -->
<div class="modal fade" id="downloadModal" tabindex="-1" aria-labelledby="downloadModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="downloadModalLabel">Download Karate Xplorer <small class="text-muted">v<span id="modal-version-number">2.0.1</span></small></h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<div class="list-group">
<a href="#" id="download-mac-silicon" class="list-group-item list-group-item-action d-flex align-items-center">
<i class="bi bi-apple fs-4 me-3"></i>
<div>
<h6 class="mb-0">macOS (Apple Silicon)</h6>
<small class="text-muted">For M1, M2, M3 Macs</small>
</div>
</a>
<a href="#" id="download-mac-intel" class="list-group-item list-group-item-action d-flex align-items-center">
<i class="bi bi-apple fs-4 me-3"></i>
<div>
<h6 class="mb-0">macOS (Intel)</h6>
<small class="text-muted">For Intel-based Macs</small>
</div>
</a>
<a href="#" id="download-windows" class="list-group-item list-group-item-action d-flex align-items-center">
<i class="bi bi-windows fs-4 me-3"></i>
<div>
<h6 class="mb-0">Windows</h6>
<small class="text-muted">64-bit Windows installer</small>
</div>
</a>
<a href="#" id="download-linux" class="list-group-item list-group-item-action d-flex align-items-center">
<i class="bi bi-ubuntu fs-4 me-3"></i>
<div>
<h6 class="mb-0">Linux</h6>
<small class="text-muted">Debian package (64-bit)</small>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<script>
// change this to update release location
const VERSION = '2.2.0';
const RELEASE_DATE = '2025-12-04'; // ISO format: YYYY-MM-DD
const RELEASE_BASE_URL = 'https://github.com/karatelabs/xplorer/releases/download/v' + VERSION;
// Download file definitions
const DOWNLOADS = {
macSilicon: {
file: `Xplorer-macosx-aarch64-${VERSION}.dmg`,
name: 'macOS (Apple Silicon)',
detectedOS: 'mac-silicon'
},
macIntel: {
file: `Xplorer-macosx-x86_64-${VERSION}.dmg`,
name: 'macOS (Intel)',
detectedOS: 'mac-intel'
},
windows: {
file: `Xplorer-win32-x86_64-${VERSION}.msi`,
name: 'Windows',
detectedOS: 'windows'
},
linux: {
file: `Xplorer-linux-x86_64-${VERSION}.deb`,
name: 'Linux',
detectedOS: 'linux'
}
};
function detectOS() {
const userAgent = window.navigator.userAgent.toLowerCase();
const platform = window.navigator.platform.toLowerCase();
if (platform.includes('mac') || userAgent.includes('mac')) {
// Detect Apple Silicon vs Intel
// This is a heuristic - checking for arm64 in user agent or using feature detection
if (userAgent.includes('arm') || (window.navigator.userAgentData &&
window.navigator.userAgentData.platform === 'macOS')) {
return 'mac-silicon';
}
return 'mac-intel';
} else if (platform.includes('win') || userAgent.includes('win')) {
return 'windows';
} else if (platform.includes('linux') || userAgent.includes('linux')) {
return 'linux';
}
return 'unknown';
}
function getDownloadUrl(downloadKey) {
return `${RELEASE_BASE_URL}/${DOWNLOADS[downloadKey].file}`;
}
function getPrimaryDownload(os) {
switch(os) {
case 'mac-silicon': return { key: 'macSilicon', ...DOWNLOADS.macSilicon };
case 'mac-intel': return { key: 'macIntel', ...DOWNLOADS.macIntel };
case 'windows': return { key: 'windows', ...DOWNLOADS.windows };
case 'linux': return { key: 'linux', ...DOWNLOADS.linux };
default: return { key: 'macSilicon', ...DOWNLOADS.macSilicon };
}
}
// Setup download links in modal
document.getElementById('download-mac-silicon').href = getDownloadUrl('macSilicon');
document.getElementById('download-mac-intel').href = getDownloadUrl('macIntel');
document.getElementById('download-windows').href = getDownloadUrl('windows');
document.getElementById('download-linux').href = getDownloadUrl('linux');
// Set primary download buttons
const os = detectOS();
const primaryDownload = getPrimaryDownload(os);
document.getElementById('os-name').textContent = primaryDownload.name;
document.getElementById('download-btn').onclick = () => window.location.href = getDownloadUrl(primaryDownload.key);
document.getElementById('download-btn-bottom').onclick = () => window.location.href = getDownloadUrl(primaryDownload.key);
// Update version numbers and date in the UI
document.getElementById('version-number').textContent = VERSION;
document.getElementById('modal-version-number').textContent = VERSION;
document.getElementById('version-bottom').textContent = VERSION;
// Format date according to user's locale
const releaseDate = new Date(RELEASE_DATE);
const formattedDate = releaseDate.toLocaleDateString(undefined, {
year: 'numeric',
month: 'short',
day: 'numeric'
});
document.getElementById('release-date').textContent = formattedDate;
// Animated adjective rotation
const adjectives = ['Simple', 'Easy', 'Lightweight', 'Capable', 'Local', 'Secure', 'Fast', 'AI Ready', 'Done Right.'];
const adjectiveElement = document.querySelector('.animated-adjective');
let currentIndex = 0;
function rotateAdjective() {
adjectiveElement.style.opacity = '0';
setTimeout(() => {
currentIndex = (currentIndex + 1) % adjectives.length;
adjectiveElement.textContent = adjectives[currentIndex];
adjectiveElement.style.opacity = '1';
}, 300);
}
setInterval(rotateAdjective, 2000);
// Video modal functionality
const videoModal = document.getElementById('videoModal');
const youtubeIframe = document.getElementById('youtubeVideo');
const videoSrc = 'https://www.youtube.com/embed/ELekzGC7mC4?autoplay=1&si=KIRGR1PAJ1boC5xV';
// Set video source when modal is shown
videoModal.addEventListener('show.bs.modal', function () {
youtubeIframe.src = videoSrc;
});
// Clear video source when modal is hidden to stop playback
videoModal.addEventListener('hide.bs.modal', function () {
youtubeIframe.src = '';
});
</script>