The Byron Bay List
Five editorial picks, ranked by the only filter that matters: why you are dining.
Raes
Wategos Beach's institutional luxury anchor. Raes's two-hatted Mediterranean dining room with the most photographed beach-front view in northern NSW.
Karkalla
Mindy Woods's Indigenous-Australian institution. The most distinctive contemporary kitchen in Byron Bay and the country's most internationally recognised Indigenous fine-dining experience.
Fleet
The Brunswick Heads small-format chef-driven institution. Fleet's daily-changing tasting menu and one of the Northern Rivers' most innovative kitchens.
Light Years
The CBD pan-Asian institution. Byron Bay's most reliable shared-plate dining and the village's go-to address for celebratory dinners.
Beach Byron Bay
The Clarkes Beach beachfront institution. Byron Bay's most photographed lunch terrace and the canonical Australian east-coast beachfront-dining experience.
Best for First Date in Byron Bay
Intimate, conversation-friendly rooms. Impressive without being intimidating. The tables where first impressions are made.
Karkalla
Mindy Woods's Indigenous-Australian institution. The most distinctive contemporary kitchen in Byron Bay and the country's most internationally recognised Indigenous fine-dining experience.
Fleet
The Brunswick Heads small-format chef-driven institution. Fleet's daily-changing tasting menu and one of the Northern Rivers' most innovative kitchens.
Best for Business Dinner in Byron Bay
Power tables, private rooms, considered wine lists. Where the deal gets done.
Raes
Wategos Beach's institutional luxury anchor. Raes's two-hatted Mediterranean dining room with the most photographed beach-front view in northern NSW.
Karkalla
Mindy Woods's Indigenous-Australian institution. The most distinctive contemporary kitchen in Byron Bay and the country's most internationally recognised Indigenous fine-dining experience.
The Top Five in Byron Bay
Ranked against a single question: if you had one night in Byron Bay, where would you go?
Raes
Wategos Beach's institutional luxury anchor. Raes's two-hatted Mediterranean dining room with the most photographed beach-front view in northern NSW.
Karkalla
Mindy Woods's Indigenous-Australian institution. The most distinctive contemporary kitchen in Byron Bay and the country's most internationally recognised Indigenous fine-dining experience.
Fleet
The Brunswick Heads small-format chef-driven institution. Fleet's daily-changing tasting menu and one of the Northern Rivers' most innovative kitchens.
Light Years
The CBD pan-Asian institution. Byron Bay's most reliable shared-plate dining and the village's go-to address for celebratory dinners.
Beach Byron Bay
The Clarkes Beach beachfront institution. Byron Bay's most photographed lunch terrace and the canonical Australian east-coast beachfront-dining experience.
The Byron Bay Dining Guide
Byron Bay sits on the New South Wales north coast 770 kilometres north of Sydney. The easternmost point of mainland Australia, with a 30-kilometre stretch of east-facing white-sand beaches that have made the village the discreet luxury Australian Hamptons since the 1990s. The town holds about 9,500 year-round residents and trebles in summer (December to February). The cluster of luxury beach-front hotels (Raes on Wategos, The Cape Wategos, Halcyon House, Bannisters) is the most concentrated luxury-resort programme on the Australian east coast outside Sydney.
The dining is correspondingly serious. Raes on Wategos. A two-hatted Australian Good Food Guide kitchen. Is the institutional luxury anchor. Karkalla runs the village's most distinctive Indigenous-Australian programme under chef Mindy Woods (a proud Bundjalung woman of the Widjabul Wia-bul clan). Fleet runs the village's most innovative chef-driven contemporary kitchen. Light Years runs the canonical pan-Asian programme. Beach Byron Bay runs the most photographed beachfront lunch terrace.
Neighbourhoods
Reservations & Practical Notes
Raes on Wategos must be booked four to six weeks ahead in peak (Australian summer, December to February); two to three weeks shoulder. Karkalla and Fleet book at three to four weeks. Most CBD brasseries take walk-ins early but reserve aggressively after 21:00. Dress is Byron-relaxed. Linen rather than tailored, sandals are acceptable everywhere except Raes which enforces smart-casual. Tipping is not standard in Australia; round up 5 to 10 per cent for exceptional service.
For a deeper editorial read, see our ongoing
/* RFK_UNIVERSAL_FILTER_V2 - sitewide occasion filter; reads data-occ + aliases */
(function(){
var SLUGS = {'first-date':'First Date','close-a-deal':'Close a Deal','birthday':'Birthday','impress-clients':'Impress Clients','proposal':'Proposal','solo-dining':'Solo Dining','team-dinner':'Team Dinner'};
var ALIASES = {'date-night':'first-date','anniversary':'birthday','romantic':'proposal'};
function canonical(s){ s=(s||'').trim().toLowerCase(); return ALIASES[s]||s; }
function parseHash(){ var h=(location.hash||'').replace(/^#/,''); var m=h.match(/occasion=([a-z-]+)/i); return m?canonical(m[1]):''; }
function tagSlug(t){
var s = canonical(t.getAttribute('data-occasion')||'');
if (s) return s;
var href = t.getAttribute('href')||'';
var m = href.match(/#occasion=([a-z-]+)/i);
return m ? canonical(m[1]) : '';
}
function isAllTag(t){
if (tagSlug(t)) return false;
var href = (t.getAttribute('href')||'').trim();
if (!href || href === '#' || href === '#all') return true;
return /^\/city\/[^\/?#]+\/?$/.test(href.split('#')[0].split('?')[0]);
}
function cardOccasions(card){
var raw = (card.getAttribute('data-occ') || card.getAttribute('data-occasions') || card.getAttribute('data-occasion') || '');
var set = {};
raw.split(/[,;\s]+/).forEach(function(s){ var c=canonical(s); if(c) set[c]=1; });
return set;
}
function badgeMatches(card, slug){
var label = SLUGS[slug];
if (!label) return false;
var found = false;
card.querySelectorAll('.card-occasion-badge, .card-occasion, .card-occ, .occasion-badge, .card-badge').forEach(function(b){
var t = (b.textContent||'').trim().toLowerCase();
if (t === label.toLowerCase()) found = true;
});
return found;
}
function cardMatches(card, slug){
if (!slug) return true;
var occ = cardOccasions(card);
if (Object.keys(occ).length) return !!occ[slug];
return badgeMatches(card, slug);
}
function ensureEmptyState(){
var grid = document.querySelector('.restaurant-grid');
if (!grid) return;
var msg = document.getElementById('rfk-empty-state');
if (!msg) {
msg = document.createElement('div');
msg.id = 'rfk-empty-state';
msg.style.cssText = 'display:none;padding:48px 24px;margin:24px 0 64px;border:1px solid rgba(201,168,76,0.3);background:rgba(22,20,15,0.5);text-align:center;font-family:DM Sans,sans-serif;color:#B8B5A8;';
grid.parentNode.insertBefore(msg, grid.nextSibling);
}
}
function renderEmptyState(slug, shown){
var msg = document.getElementById('rfk-empty-state');
if (!msg) return;
if (shown > 0 || !slug) { msg.style.display='none'; return; }
var label = SLUGS[slug] || slug;
msg.innerHTML =
' No '+label+' picks listed for this city yet. See the global guide to '+label+' restaurants curated across every city we cover.