-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathindex.html
762 lines (609 loc) · 30.1 KB
/
index.html
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
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width">
<link rel="canonical" href="https://couchdb.apache.org/"/>
<!-- mastodon verification -->
<link rel="me" href="https://fosstodon.org/@couchdb"/>
<title>Apache CouchDB</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=rM3dEe7aPK">
<link rel="icon" type="image/png" href="/favicon-32x32.png?v=rM3dEe7aPK" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-16x16.png?v=rM3dEe7aPK" sizes="16x16">
<link rel="manifest" href="/manifest.json?v=rM3dEe7aPK">
<link rel="mask-icon" href="/safari-pinned-tab.svg?v=rM3dEe7aPK" color="#e42528">
<link rel="shortcut icon" href="/favicon.ico?v=rM3dEe7aPK">
<meta name="theme-color" content="#ffffff">
<!--
Thanks to Yohei Shimomae and the Apache Cordova team for the original design.
-->
<link rel="stylesheet" type="text/css" href="style/master.css">
<script src="script/jquery-1.7.1.min.js" type="text/javascript"></script>
</head>
<body>
<a class="scroll-point pt-top" id="top"></a>
<div id="header">
<div class="wrap">
<a class="logo" href="#top"></a>
<div class="menu">
<a href="#about">About</a>
<a href="https://docs.couchdb.org">Docs</a>
<a href="#contribute">Contribute</a>
<a href="https://blog.couchdb.org">News</a>
<a href="#download">Download</a>
<a href="#more">More…</a>
</div>
<form class="menu-dropdown">
<select onchange="location = this.options[this.selectedIndex].value;">
<option value="">Menu</option>
<option value="">----</option>
<option value="#about">About</option>
<option value="https://docs.couchdb.org">Docs</option>
<option value="#contribute">Contribute</option>
<option value="https://blog.couchdb.org">News</option>
<option value="#download">Download</option>
<option value="#more">More…</option>
</select>
</form>
</div>
<div class="shadow"></div>
</div>
<div class="header-placeholder"></div>
<div class="grid leadin">
<div class="wrap">
<img src="image/[email protected]" alt=""/>
<ul class="text-block">
<li><h1><strong>Seamless</strong> multi-master sync, that</h1></li>
<li><h1>scales from <strong>Big Data</strong> to <strong>Mobile,</strong></h1></li>
<li><h1>with an <strong>Intuitive</strong> HTTP/JSON API</h1></li>
<li><h1>and designed for <strong>Reliability.</strong></h1></li>
</ul>
<div class="button-container">
<a class="button" href="#download">DOWNLOAD<small class="download-version">3.4.2 (2024-10-22)</small></a>
</div>
</div>
</div>
<div class="feature grid-nomargin">
<div class="wrap cf">
<div class="testimonial">
<div class="testimonial-inner">
"Amongst all the panic and horror [of a power outage], I was smiling."
<div class="testimonial-attribution">
<a href="https://blog.couchdb.org/2017/07/19/a-couchdb-user-story-chatting-with-assaf-morami/">- Assaf Morami</a>
</div>
</div>
</div>
<div class="testimonial">
<div class="testimonial-inner">
"The replication in CouchDB is really the killer feature that sets it
apart from other databases."
<div class="testimonial-attribution">
<a href="https://blog.couchdb.org/2017/07/12/replication-makes-couchdb-the-single-best-solution-for-hoptree/">- Patrick Wolf</a>
</div>
</div>
</div>
<div class="testimonial last">
<div class="testimonial-inner">
"Even if the internet was very bad our databases in the two locations would eventually sync."
<div class="testimonial-attribution">
<a href="https://blog.couchdb.org/2018/08/21/shifting-from-mysql-to-couchdb-a-user-study/">- Ryan Meredith</a>
</div>
</div>
</div>
<a href="https://blog.couchdb.org/category/user-story/"
class="testimonial-more">More User Stories</a>
</div>
</div>
<a class="scroll-point pt-about" id="about"></a>
<div class="feature">
<div class="wrap">
<h2 class="icon icon-about">Data Where You Need It</h2>
<p>
Apache CouchDB ™ lets you access your data where you need it. The <strong><a href="https://docs.couchdb.org/en/stable/replication/protocol.html" title="Couch Replication Protocol">Couch Replication Protocol</a></strong> is implemented in a variety of projects and products that span every imaginable computing environment from <strong>globally distributed server-clusters</strong>, over <strong>mobile phones</strong> to <strong>web browsers</strong>.
</p>
<p>
Store your data <strong>safely</strong>, on your own servers, or with any leading cloud provider. Your web- and native applications love CouchDB, because it speaks <strong>JSON natively</strong> and supports <strong>binary data</strong> for all your data storage needs.
</p>
<p>
<strong><a href="https://docs.couchdb.org/en/stable/replication/protocol.html" title="CouchDB Replication Protocol">The Couch Replication Protocol</a></strong> lets your data flow seamlessly between server clusters to mobile phones and web browsers, enabling a compelling <strong><a href="https://offlinefirst.org">offline-first</a></strong> user-experience while maintaining high performance and strong reliability. CouchDB comes with a <strong>developer-friendly</strong> query language, and optionally MapReduce for simple, efficient, and comprehensive data retrieval.
</p>
<p>See the <a href="https://docs.couchdb.org/en/stable/intro/why.html">introduction</a>, <a href="https://docs.couchdb.org/en/stable/intro/overview.html">technical overview</a> for more information, or learn <a href="https://docs.couchdb.org/en/latest/whatsnew/3.3.html">what’s new in 3.3</a>.</p>
</div>
<div class="grid feature">
<div class="wrap cf">
<div class="skill-card">
<div class="stripe"></div>
<div class="skill-card-content">
<h3>
<span class="core card-icon"></span>
<span class="skill-card-heading-text">Single Node Database</span>
</h3>
<p class="skill-card-slogan">
CouchDB is a terrific single-node database that works just like any other database
behind an application server of your choice.
<br><br>
Most people start with a single node CouchDB instance. More demanding projects can
seamlessly upgrade to a cluster.
</p>
</div>
</div>
<div class="skill-card">
<div class="stripe"></div>
<div class="skill-card-content">
<h3>
<span class="fauxton card-icon"></span>
<span class="skill-card-heading-text">Cluster</span>
</h3>
<p class="skill-card-slogan">
CouchDB is <em>also</em> a clustered database that allows you to run a single logical
database server on any number of servers or VMs.
<br><br>
A CouchDB cluster improves on the single-node setup with higher capacity and
high-availability without changing any APIs.
</p>
</div>
</div>
<div class="skill-card">
<div class="stripe"></div>
<div class="skill-card-content">
<h3>
<span class="marketing card-icon"></span>
<span class="skill-card-heading-text">HTTP/JSON</span>
</h3>
<p class="skill-card-slogan">
CouchDB makes use of the ubiquitous HTTP protocol and JSON data format and is
compatible with any software that supports them. CouchDB also works great with
external tools like HTTP proxy servers, load balancers.
</p>
</div>
</div>
</div>
<div class="wrap cf">
<div class="skill-card">
<div class="stripe"></div>
<div class="skill-card-content">
<h3>
<span class="website card-icon"></span>
<span class="skill-card-heading-text">Offline First Data Sync</span>
</h3>
<p class="skill-card-slogan">
CouchDB’s unique <a href="https://docs.couchdb.org/en/stable/replication/protocol.html">Replication Protocol</a> is the
foundation for a whole new generation of <a href="https://offlinefirst.org/">“Offline
First”</a> applications for Mobile applications and other environments with <a
href="https://www.youtube.com/watch?v=1sLjWlWvCsc">challenging
network infrastructures</a>.
</p>
</div>
</div>
<div class="skill-card">
<div class="stripe"></div>
<div class="skill-card-content">
<h3>
<span class="documentation card-icon"></span>
<span class="skill-card-heading-text">Ecosystem</span>
</h3>
<p class="skill-card-slogan">
CouchDB is built for servers (from a Raspberry Pi to big cloud installations), while
<a href="https://pouchdb.com/">PouchDB</a> is built for mobile & web-browsers.
<br><br>
They can seamlessly replicate data with each other.
</p>
</div>
</div>
<div class="skill-card">
<div class="stripe"></div>
<div class="skill-card-content">
<h3>
<span class="guidance card-icon"></span>
<span class="skill-card-heading-text">Reliability</span>
</h3>
<p class="skill-card-slogan">
CouchDB is serious about data reliability.
<br><br>
Individual nodes use a crash-resistant append-only data structure. A multi-node
CouchDB cluster saves all data redundantly, so it is always available when you need
it.
</p>
</div>
</div>
</div>
</div>
</div>
<a class="scroll-point" id="contribute"></a>
<hr>
<div class="feature">
<div class="wrap">
<h2 class="icon icon-contribute">Want to Contribute?</h2>
<p><strong>We welcome your contributions. </strong>CouchDB is an open source project. Everything, from this website to the core of the database itself, has been contributed by helpful individuals. The time and attention of our contributors is our most precious resource, and we always need more of it. Our primary goal is to build a welcoming, supporting, inclusive and diverse community. We abide by <a href="https://couchdb.apache.org/conduct.html">Code of Conduct</a> and a set of <a href="https://couchdb.apache.org/bylaws.html">Project Bylaws</a>. Come join us!
</p>
</div>
<div class="grid contribute">
<div class="wrap cf">
<div class="skill-card">
<div class="stripe"></div>
<div class="skill-card-content">
<h3>
<span class="core card-icon"></span>
<span class="skill-card-heading-text">CouchDB Core</span>
</h3>
<p class="skill-card-slogan">
Help shape the future of CouchDB! There’s still plenty of work to be
done on the core database. We use GitHub to track issues and pull requests.
</p>
<ul>
<li>— <a href="https://github.com/apache/couchdb">CouchDB on GitHub</a></li>
<li>— <a href="https://github.com/apache/couchdb/issues">GitHub Issues</a></li>
<li>— <a href="https://issues.apache.org/jira/browse/COUCHDB/?selectedTab=com.atlassian.jira.jira-projects-plugin:issues-panel">(Inactive) Jira issues</a></li>
<li>— <a href="https://mail-archives.apache.org/mod_mbox/couchdb-dev/">Dev mailing list</a></li>
</ul>
</div>
</div>
<div class="skill-card">
<div class="stripe"></div>
<div class="skill-card-content">
<h3>
<span class="fauxton card-icon"></span>
<span class="skill-card-heading-text">Fauxton</span>
</h3>
<p class="skill-card-slogan">
Lend your JavaScript skills to the next-generation web UI for CouchDB.
Fauxton is the “killer app” that makes CouchDB so powerful and easy to manage.
</p>
<ul>
<li>— <a href="fauxton-visual-guide/index.html">Fauxton, a Visual Guide</a></li>
<li>— <a href="https://github.com/apache/couchdb-fauxton">Fauxton on GitHub</a></li>
<li>— <a href=https://docs.couchdb.org/en/latest/fauxton/install.html?highlight=Addon#understanding-fauxton-code-layout>Writing an Addon</a></li>
</ul>
</div>
</div>
<div class="skill-card">
<div class="stripe"></div>
<div class="skill-card-content">
<h3>
<span class="marketing card-icon"></span>
<span class="skill-card-heading-text">Marketing</span>
</h3>
<p class="skill-card-slogan">
We’re not just building a database – we’re crafting the CouchDB story.
Help us promote CouchDB: plan meetups, make video tutorials, write blog posts.
</p>
<ul>
<li>— <a href="https://cwiki.apache.org/confluence/display/COUCHDB/Meetups">CouchDB Meetups</a></li>
<li>— <a href="https://mail-archives.apache.org/mod_mbox/couchdb-marketing/">Marketing Mailing List</a></li>
<li>— <a href="https://twitter.com/CouchDB">Tweet us a link</a></li>
</ul>
</div>
</div>
</div>
<div class="wrap cf">
<div class="skill-card">
<div class="stripe"></div>
<div class="skill-card-content">
<h3>
<span class="website card-icon"></span>
<span class="skill-card-heading-text">Website</span>
</h3>
<p class="skill-card-slogan">
Got a few suggestions for the very website you’re reading right now?
Think the UX, copy, or layout could be better? Welcome! We’d love to hear from you.
</p>
<ul>
<li>— <a href="https://github.com/apache/couchdb-www">Website on GitHub</a></li>
<li>— <a href="https://mail-archives.apache.org/mod_mbox/couchdb-marketing/">Marketing mailing list</a></li>
<li>— <a href="https://mail-archives.apache.org/mod_mbox/couchdb-www/">Website mailing list</a></li>
</ul>
</div>
</div>
<div class="skill-card">
<div class="stripe"></div>
<div class="skill-card-content">
<h3>
<span class="documentation card-icon"></span>
<span class="skill-card-heading-text">Documentation</span>
</h3>
<p class="skill-card-slogan">
Docs can be improved indefinitely. If you’ve got a flair for technical writing,
help us make the docs clearer, better structured, or even translate them.
</p>
<ul>
<li>— <a href="https://cwiki.apache.org/confluence/display/COUCHDB/Apache+CouchDB+Wiki">CouchDB wiki</a></li>
<li>— <a href="https://github.com/apache/couchdb/tree/main/src/docs">Docs on GitHub</a></li>
<li>— <a href="https://cwiki.apache.org/confluence/display/COUCHDB/Translation+Guide">Translation Guide</a></li>
</ul>
</div>
</div>
<div class="skill-card">
<div class="stripe"></div>
<div class="skill-card-content">
<h3>
<span class="guidance card-icon"></span>
<span class="skill-card-heading-text">Guidance</span>
</h3>
<p class="skill-card-slogan">
You can be the first person someone interacts with when they have a question.
Giving guidance is a great way to help others while learning CouchDB.
</p>
<ul>
<li>— <a href="https://web.libera.chat/#couchdb">Official CouchDB chat</a></li>
<li>— <a href="https://stackoverflow.com/questions/tagged/couchdb">Stackoverflow questions</a></li>
<li>— <a href="https://github.com/apache/couchdb/issues">GitHub Issues</a></li>
<li>— <a href="https://issues.apache.org/jira/browse/COUCHDB/?selectedTab=com.atlassian.jira.jira-projects-plugin:issues-panel">(Inactive) Jira issues</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<a class="scroll-point" id="chat"></a>
<hr>
<div class="feature">
<div class="wrap">
<h2 class="icon icon-chat">CouchDB Chat</h2>
<p>
We run community chat channels on <a href="https://web.libera.chat/#couchdb">Libera.Chat IRC network</a> and <a href="https://slack.com">Slack.</a>
IRC is open and very common, but Slack is more user-friendly.
</p>
</div>
<div class="grid contribute">
<div class="wrap cf">
<div class="skill-card">
<div class="stripe"></div>
<div class="skill-card-content">
<h3>
<span class="core card-icon"></span>
<span class="skill-card-heading-text">Slack</span>
</h3>
<p class="slack-slogan">To start using Slack, click on the join link below:</p>
<ul>
<li>— <a class="" href="https://join.slack.com/t/couchdb/shared_invite/zt-fa9zim0j-H04m4o_KcLdWeOxEAcwM8g" target="_blank" rel="noopener noreferrer">Join CouchDB Slack</a></li>
</ul>
</div>
</div>
<div class="skill-card">
<div class="stripe"></div>
<div class="skill-card-content">
<h3>
<span class="documentation card-icon"></span>
<span class="skill-card-heading-text">IRC</span>
</h3>
<p class="skill-card-slogan">
We have two IRC channels. <strong>#Couchdb</strong> for discussions on using CouchDB and <strong>#CouchDB-dev</strong> for discussions
on CouchDB development.
</p>
<ul>
<li>— <a href="https://web.libera.chat/#couchdb">#CouchDB</a></li>
<li>— <a href="https://web.libera.chat/#couchdb-dev/">#CouchDB-dev</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<a class="scroll-point" id="mailing-lists"></a>
<div class="wrap">
<h2 class="icon icon-mailing-lists">Mailing Lists</h2>
</div>
<div class="grid">
<div class="wrap">
<div class="corner"></div>
<br id="hide-mobile">
<div class="list-header">
<a href="https://lists.apache.org/[email protected]"><strong>Announcement List</strong></a>
<a id="announcement-mailing-list" class="hash-target"> </a>
<a href="mailto:[email protected]">Subscribe</a> ·
<a href="mailto:[email protected]">Post</a> ·
<a href="mailto:[email protected]">Unsubscribe</a>
<p>This is a low-traffic list for release announcements and security disclosures.</p>
</div>
<div class="list-header">
<a href="https://lists.apache.org/[email protected]"><strong>User List</strong></a>
<a id="user-mailing-list" class="hash-target"> </a>
<a href="mailto:[email protected]">Subscribe</a> ·
<a href="mailto:[email protected]">Post</a> ·
<a href="mailto:[email protected]">Unsubscribe</a>
<p>This is a general discussion and support forum for all CouchDB users.</p>
</div>
<div class="list-header">
<a href="https://lists.apache.org/[email protected]"><strong>Developer List</strong></a>
<a id="developer-mailing-list" class="hash-target"> </a>
<a href="mailto:[email protected]">Subscribe</a> ·
<a href="mailto:[email protected]">Post</a> ·
<a href="mailto:[email protected]">Unsubscribe</a>
<p>This is where people working on CouchDB itself discuss things.</p>
</div>
<div class="list-header">
<a href="https://lists.apache.org/[email protected]"><strong>Commits List</strong></a>
<a id="commits-mailing-list" class="hash-target"> </a>
<a href="mailto:[email protected]">Subscribe</a> ·
<a href="mailto:[email protected]">Post</a> ·
<a href="mailto:[email protected]">Unsubscribe</a>
<p>This is where all source code and wiki change notifications are sent.</p>
</div>
<div class="list-header">
<a href="https://lists.apache.org/[email protected]"><strong>Notifications</strong></a>
<a id="notifications-mailing-list" class="hash-target"> </a>
<a href="mailto:[email protected]">Subscribe</a> ·
<a href="mailto:[email protected]">Post</a> ·
<a href="mailto:[email protected]">Unsubscribe</a>
<p>This is a single stream of generated notification from GitHub.</p>
</div>
</div>
</div>
<a class="scroll-point" id="download"></a>
<hr>
<div class="wrap download-pane">
<h2 class="icon icon-download">Download CouchDB 3.4.2</h2>
</div>
<div class="grid">
<div class="wrap">
<div class="corner"></div>
<div class="download-list-container">
<ul class="list download-list">
<li>
<a href="https://dlcdn.apache.org/couchdb/source/3.4.2/apache-couchdb-3.4.2.tar.gz" class="type">Source</a>
<span class="info">
Version 3.4.2 |
<a href="https://docs.couchdb.org/en/latest/whatsnew/3.4.html#version-3.4.2" class="release">Release Notes</a> |
<a href="https://www.apache.org/dist/couchdb/source/3.4.2/apache-couchdb-3.4.2.tar.gz.asc">PGP Signature</a> |
<a href="https://www.apache.org/dist/couchdb/source/3.4.2/apache-couchdb-3.4.2.tar.gz.sha256">SHA256</a> |
</span>
</li>
<li>
<a href="https://neighbourhood.ie/download-apache-couchdb-win/" class="type">
Windows (x64)
</a>
<span class="info">
Erlang/OTP 25.3.2.15 | Version 3.4.2 |
<a href="https://docs.couchdb.org/en/latest/whatsnew/3.4.html#version-3.4.2" class="release">Release Notes</a>
</span>
</li>
<li>
<a href="https://neighbourhood.ie/download-apache-couchdb-mac/" class="type">
macOS
</a>
<span class="info">
Erlang/OTP 25.3.2.15 | Version 3.4.2 |
<a href="https://docs.couchdb.org/en/latest/whatsnew/3.4.html#version-3.4.2" class="release">Release Notes</a>
</span>
<li>
<a href="https://docs.couchdb.org/en/latest/install/unix.html#installation-using-the-apache-couchdb-convenience-binary-packages" class="type">Debian/Ubuntu/RHEL/CentOS packages</a>
<span class="info">
Erlang/OTP 25.3.2.15 | Version 3.4.2 |
<a href="https://docs.couchdb.org/en/latest/whatsnew/3.4.html#version-3.4.2" class="release">Release Notes</a>
</span>
</li>
</ul>
<div>
<a href="https://www.apache.org/info/verification.html">Instructions for verifying downloads.</a> <a href="https://www.apache.org/dist/couchdb/KEYS">KEYS file</a> for validating signatures.
</div>
</div>
</div>
</div>
<hr>
<div class="wrap download-pane">
<h2 class="icon icon-download">Download CouchDB 3.3.3</h2>
</div>
<div class="grid">
<div class="wrap">
<div class="corner"></div>
<div class="download-list-container">
<ul class="list download-list">
<li>
<a href="https://dlcdn.apache.org/couchdb/source/3.3.3/apache-couchdb-3.3.3.tar.gz" class="type">Source</a>
<span class="info">
Version 3.3.3 |
<a href="https://docs.couchdb.org/en/latest/whatsnew/3.3.html#version-3-3-3" class="release">Release Notes</a> |
<a href="https://www.apache.org/dist/couchdb/source/3.3.3/apache-couchdb-3.3.3.tar.gz.asc">PGP Signature</a> |
<a href="https://www.apache.org/dist/couchdb/source/3.3.3/apache-couchdb-3.3.3.tar.gz.sha256">SHA256</a> |
</span>
</li>
<li>
<a href="https://neighbourhood.ie/download-apache-couchdb-win/" class="type">
Windows (x64)
</a>
<span class="info">
Erlang/OTP 24.3.4.17 | Version 3.3.3 |
<a href="https://docs.couchdb.org/en/latest/whatsnew/3.3.html#version-3-3-3" class="release">Release Notes</a>
</span>
</li>
<li>
<a href="https://neighbourhood.ie/download-apache-couchdb-mac/" class="type">
macOS
</a>
<span class="info">
Erlang/OTP 26.0.2 | Version 3.3.3 |
<a href="https://docs.couchdb.org/en/latest/whatsnew/3.3.html#version-3-3-3" class="release">Release Notes</a>
</span>
<li>
<a href="https://docs.couchdb.org/en/latest/install/unix.html#installation-using-the-apache-couchdb-convenience-binary-packages" class="type">Debian/Ubuntu/RHEL/CentOS packages</a>
<span class="info">
Erlang/OTP 24.3.4.17 | Version 3.3.3 |
<a href="https://docs.couchdb.org/en/latest/whatsnew/3.3.html#version-3-3-3" class="release">Release Notes</a>
</span>
</li>
</ul>
<div>
<a href="https://www.apache.org/info/verification.html">Instructions for verifying downloads.</a> <a href="https://www.apache.org/dist/couchdb/KEYS">KEYS file</a> for validating signatures.
</div>
</div>
</div>
</div>
<a class="scroll-point" id="more"></a>
<hr>
<div class="wrap more-pane">
<h2 class="icon icon-more">More …</h2>
<br>
<ul class="more-header">
<li>General</li>
<li>Development</li>
<li class="last">Apache Software Foundation</li>
</ul>
<div class="clear"></div>
</div>
<div class="grid">
<div class="wrap">
<div class="list-container">
<ul class="list more">
<li class="corner"></li>
<li><a href="https://docs.couchdb.org">Documentation<span></span></a>
<li><a href="https://cwiki.apache.org/confluence/display/COUCHDB/Current+Releases">Current Releases<span></span></a></li>
<li><a href="https://blog.couchdb.org/">Blog<span></span></a>
<li><a href="https://couchdb.apache.org/bylaws.html">Bylaws<span></span></a>
<li><a href="https://couchdb.apache.org/conduct.html">Code of Conduct<span></span></a>
<li><a href="https://cwiki.apache.org/confluence/display/COUCHDB/Professional+Services">Professional Services<span></span></a>
</ul>
<ul class="list more">
<li class="corner"></li>
<li><a href="https://cwiki.apache.org/confluence/display/COUCHDB/">Wiki<span></span></a></li>
<li><a href="https://github.com/apache/couchdb/issues">Issue Tracker<span></span></a></li>
<li><a href="https://github.com/apache/couchdb/pulls">Pull Requests<span></span></a></li>
<li><a href="https://github.com/apache?q=couchdb">Git Mirrors<span></span></a></li>
</ul>
<ul class="list more last">
<li class="corner"></li>
<li><a href="https://www.apache.org/">About the ASF<span></span></a></li>
<li><a href="https://www.apache.org/foundation/thanks.html">Thanks<span></span></a></li>
<li><a href="https://www.apache.org/foundation/sponsorship.html">Become a Sponsor<span></span></a></li>
<li><a href="https://www.apache.org/security/">Security<span></span></a></li>
<li><a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy<span></span></a></li>
<li><a href="https://www.apache.org/licenses/">License<span></span></a></li>
</ul>
<div class="clear"></div>
</div>
</div>
</div>
<div class="wrap more-pane">
<h2 class="icon icon-more">Thanks!</h2>
<br>
<div class="clear"></div>
</div>
<div class="grid">
<div class="wrap">
<div class="download-list-container">
<ul class="list download-list">
<li><em>Apache CouchDB receives support from the following organisations</em></li>
<li>
<a href="https://www.macstadium.com"><img src="image/macstadium-logo.png" />MacStadium</a>
<span class="">(macOS CI Servers)</span>
</li>
<li>
<a href="https://www.ibm.com/products/cloudant">IBM Cloudant</a>
<span class="">(Linux CI Servers)</span>
</li>
<li>
<a href="https://neighbourhood.ie/couchdb-support/">Neighbourhoodie</a>
<span class="">(Windows CI Servers & macOS Notarisation)</span>
</li>
</ul>
<div class="clear"></div>
</div>
</div>
</div>
<div id="footer">
<p>Copyright © 2025 The Apache Software Foundation — Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a><br>
Apache CouchDB, CouchDB, and the project logo are <a href="https://www.apache.org/foundation/marks/list/">trademarks</a> of The Apache Software Foundation</p>
<a class="conf" href="https://www.apache.org/events/current-event.html"></a>
<a class="closing" href="#top"></a>
</div>
</body>
</html>